Html Css Color HEX #CE671E Chocolate

📋 copy color: '#CE671E'

red 206 ◦ green 103 ◦ blue 30

#CE671E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chocolate #CE671E

Tints of Chocolate #CE671E

RGB

 RED value IS 206 (80.86% from 255) = 60.77%

 GREEN value IS 103 (40.63% from 255) = 30.38%

 BLUE value IS 30 (12.11% from 255) = 8.85%

R = 60.77%
G = 30.38%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.85

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CE671E (or 0xCE671E) is known color: Chocolate. HEX triplet: CE, 67 and 1E. RGB value is (206,103,30). Sum of RGB (Red+Green+Blue) = 206+103+30=339 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.77% from 339); Green value is 103 (40.62% from 255 or 30.38% from 339); Blue value is 30 (12.11% from 255 or 8.85% from 339); Max value from RGB is 206 - color contains mainly: red. Hex color #CE671E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE671E is #3198E1. Grayscale: #7D7D7D. Windows color (decimal): -3250402 or 1992654. OLE color: 1992654.

HSL color Cylindrical-coordinate representation of color #CE671E: hue angle of 24.89º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CE671E is Cyan = 0, Magento = 0.50, Yellow = 0.85 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 103 30 -
CMYK 0 0.50 0.85 0.19
HSL 24.89º 0.75% 0.46% -
HSV(B) 24.89º 0.85% 0.81% -
XYZ 30.54 22.92 4.04 -
YUV 125.48 74.12 185.44 -
System Red Green Blue C M Y K H S L
Decimal 206 103 30 0 0.50 0.85 0.19 24.89 0.75 0.46
Hex CE 67 1E 0 32 55 13 19 4B 2E
Octal 316 147 36 0 62 125 23 31 113 56
Binary 11001110 1100111 11110 0 110010 1010101 10011 11001 1001011 101110

Color Harmonies of #CE671E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE671E

Black with #CE671E

Text Example


Text Example

White with #CE671E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE671E; }

 p { color: rgb(206,103,30); }

 H1.HeaderClassName
 {
   color: #CE671E;
 }
 .AnyTagClassName
 {
   color: #CE671E;
 }
</style>

background-color css

<style>
 a { background-color: #CE671E; }

 a { background-color: rgb(206,103,30); }

 div.DivClassName
 {
   background-color: #CE671E;
 }
 .BgClassName
 {
   background-color: #CE671E;
 }
</style>

border-color css

<style>
 span { border-color: #CE671E; }

 span { border-color: rgb(206,103,30); }

 td.TdClassName
 {
   border-color: #CE671E;
 }
 .TagClassName
 {
   border-color: #CE671E;
 }
</style>