Html Css Color HEX #CE6E0F Chocolate

📋 copy color: '#CE6E0F'

red 206 ◦ green 110 ◦ blue 15

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

Shades of Chocolate #CE6E0F

Tints of Chocolate #CE6E0F

RGB

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

 GREEN value IS 110 (43.36% from 255) = 33.23%

 BLUE value IS 15 (6.25% from 255) = 4.53%

R = 62.24%
G = 33.23%
B = 4.53%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CE6E0F (or 0xCE6E0F) is known color: Chocolate. HEX triplet: CE, 6E and 0F. RGB value is (206,110,15). Sum of RGB (Red+Green+Blue) = 206+110+15=331 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.24% from 331); Green value is 110 (43.36% from 255 or 33.23% from 331); Blue value is 15 (6.25% from 255 or 4.53% from 331); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6E0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE6E0F is #3191F0. Grayscale: #808080. Windows color (decimal): -3248625 or 1011406. OLE color: 1011406.

HSL color Cylindrical-coordinate representation of color #CE6E0F: hue angle of 29.84º degrees, saturation: 0.86, 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 #CE6E0F is Cyan = 0, Magento = 0.47, Yellow = 0.93 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 110 15 -
CMYK 0 0.47 0.93 0.19
HSL 29.84º 0.86% 0.43% -
HSV(B) 29.84º 0.93% 0.81% -
XYZ 31.12 24.31 3.5 -
YUV 127.87 64.3 183.72 -
System Red Green Blue C M Y K H S L
Decimal 206 110 15 0 0.47 0.93 0.19 29.84 0.86 0.43
Hex CE 6E F 0 2F 5D 13 1E 56 2B
Octal 316 156 17 0 57 135 23 36 126 53
Binary 11001110 1101110 1111 0 101111 1011101 10011 11110 1010110 101011

Color Harmonies of #CE6E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6E0F

Black with #CE6E0F

Text Example


Text Example

White with #CE6E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6E0F; }

 p { color: rgb(206,110,15); }

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

background-color css

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

 a { background-color: rgb(206,110,15); }

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

border-color css

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

 span { border-color: rgb(206,110,15); }

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