Html Css Color HEX #CE6B12 Chocolate

📋 copy color: '#CE6B12'

red 206 ◦ green 107 ◦ blue 18

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

Shades of Chocolate #CE6B12

Tints of Chocolate #CE6B12

RGB

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

 GREEN value IS 107 (42.19% from 255) = 32.33%

 BLUE value IS 18 (7.42% from 255) = 5.44%

R = 62.24%
G = 32.33%
B = 5.44%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CE6B12 (or 0xCE6B12) is known color: Chocolate. HEX triplet: CE, 6B and 12. RGB value is (206,107,18). Sum of RGB (Red+Green+Blue) = 206+107+18=331 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.24% from 331); Green value is 107 (42.19% from 255 or 32.33% from 331); Blue value is 18 (7.42% from 255 or 5.44% from 331); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6B12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE6B12 is #3194ED. Grayscale: #7E7E7E. Windows color (decimal): -3249390 or 1207246. OLE color: 1207246.

HSL color Cylindrical-coordinate representation of color #CE6B12: hue angle of 28.4º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CE6B12 is Cyan = 0, Magento = 0.48, Yellow = 0.91 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 107 18 -
CMYK 0 0.48 0.91 0.19
HSL 28.4º 0.84% 0.44% -
HSV(B) 28.4º 0.91% 0.81% -
XYZ 30.82 23.68 3.52 -
YUV 126.46 66.8 184.74 -
System Red Green Blue C M Y K H S L
Decimal 206 107 18 0 0.48 0.91 0.19 28.4 0.84 0.44
Hex CE 6B 12 0 30 5B 13 1C 54 2C
Octal 316 153 22 0 60 133 23 34 124 54
Binary 11001110 1101011 10010 0 110000 1011011 10011 11100 1010100 101100

Color Harmonies of #CE6B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6B12

Black with #CE6B12

Text Example


Text Example

White with #CE6B12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6B12; }

 p { color: rgb(206,107,18); }

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

background-color css

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

 a { background-color: rgb(206,107,18); }

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

border-color css

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

 span { border-color: rgb(206,107,18); }

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