Html Css Color HEX #CE6B09 Chocolate

📋 copy color: '#CE6B09'

red 206 ◦ green 107 ◦ blue 9

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

Shades of Chocolate #CE6B09

Tints of Chocolate #CE6B09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.8%

R = 63.98%
G = 33.23%
B = 2.8%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#CE6B09 (or 0xCE6B09) is known color: Chocolate. HEX triplet: CE, 6B and 09. RGB value is (206,107,9). Sum of RGB (Red+Green+Blue) = 206+107+9=322 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.98% from 322); Green value is 107 (42.19% from 255 or 33.23% from 322); Blue value is 9 (3.91% from 255 or 2.80% from 322); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6B09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE6B09 is #3194F6. Grayscale: #7D7D7D. Windows color (decimal): -3249399 or 617422. OLE color: 617422.

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

Color convert

RGB 206 107 9 -
CMYK 0 0.48 0.96 0.19
HSL 29.85º 0.92% 0.42% -
HSV(B) 29.85º 0.96% 0.81% -
XYZ 30.76 23.66 3.2 -
YUV 125.43 62.3 185.47 -
System Red Green Blue C M Y K H S L
Decimal 206 107 9 0 0.48 0.96 0.19 29.85 0.92 0.42
Hex CE 6B 9 0 30 60 13 1E 5C 2A
Octal 316 153 11 0 60 140 23 36 134 52
Binary 11001110 1101011 1001 0 110000 1100000 10011 11110 1011100 101010

Color Harmonies of #CE6B09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6B09

Black with #CE6B09

Text Example


Text Example

White with #CE6B09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6B09; }

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

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

background-color css

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

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

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

border-color css

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

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

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