Html Css Color HEX #CE6411 Chocolate

📋 copy color: '#CE6411'

red 206 ◦ green 100 ◦ blue 17

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

Shades of Chocolate #CE6411

Tints of Chocolate #CE6411

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.96%

 BLUE value IS 17 (7.03% from 255) = 5.26%

R = 63.78%
G = 30.96%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CE6411 (or 0xCE6411) is known color: Chocolate. HEX triplet: CE, 64 and 11. RGB value is (206,100,17). Sum of RGB (Red+Green+Blue) = 206+100+17=323 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.78% from 323); Green value is 100 (39.45% from 255 or 30.96% from 323); Blue value is 17 (7.03% from 255 or 5.26% from 323); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6411 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE6411 is #319BEE. Grayscale: #7A7A7A. Windows color (decimal): -3251183 or 1139918. OLE color: 1139918.

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

Color convert

RGB 206 100 17 -
CMYK 0 0.51 0.92 0.19
HSL 26.35º 0.85% 0.44% -
HSV(B) 26.35º 0.92% 0.81% -
XYZ 30.11 22.28 3.24 -
YUV 122.23 68.62 187.75 -
System Red Green Blue C M Y K H S L
Decimal 206 100 17 0 0.51 0.92 0.19 26.35 0.85 0.44
Hex CE 64 11 0 33 5C 13 1A 55 2C
Octal 316 144 21 0 63 134 23 32 125 54
Binary 11001110 1100100 10001 0 110011 1011100 10011 11010 1010101 101100

Color Harmonies of #CE6411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6411

Black with #CE6411

Text Example


Text Example

White with #CE6411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6411; }

 p { color: rgb(206,100,17); }

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

background-color css

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

 a { background-color: rgb(206,100,17); }

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

border-color css

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

 span { border-color: rgb(206,100,17); }

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