Html Css Color HEX #CE6B0E Chocolate

📋 copy color: '#CE6B0E'

red 206 ◦ green 107 ◦ blue 14

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

Shades of Chocolate #CE6B0E

Tints of Chocolate #CE6B0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.28%

R = 63%
G = 32.72%
B = 4.28%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CE6B0E (or 0xCE6B0E) is known color: Chocolate. HEX triplet: CE, 6B and 0E. RGB value is (206,107,14). Sum of RGB (Red+Green+Blue) = 206+107+14=327 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.00% from 327); Green value is 107 (42.19% from 255 or 32.72% from 327); Blue value is 14 (5.86% from 255 or 4.28% from 327); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6B0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE6B0E is #3194F1. Grayscale: #7E7E7E. Windows color (decimal): -3249394 or 945102. OLE color: 945102.

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

Color convert

RGB 206 107 14 -
CMYK 0 0.48 0.93 0.19
HSL 29.06º 0.87% 0.43% -
HSV(B) 29.06º 0.93% 0.81% -
XYZ 30.79 23.67 3.36 -
YUV 126 64.8 185.06 -
System Red Green Blue C M Y K H S L
Decimal 206 107 14 0 0.48 0.93 0.19 29.06 0.87 0.43
Hex CE 6B E 0 30 5D 13 1D 57 2B
Octal 316 153 16 0 60 135 23 35 127 53
Binary 11001110 1101011 1110 0 110000 1011101 10011 11101 1010111 101011

Color Harmonies of #CE6B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6B0E

Black with #CE6B0E

Text Example


Text Example

White with #CE6B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6B0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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