Html Css Color HEX #CE6413 Chocolate

📋 copy color: '#CE6413'

red 206 ◦ green 100 ◦ blue 19

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

Shades of Chocolate #CE6413

Tints of Chocolate #CE6413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.85%

R = 63.38%
G = 30.77%
B = 5.85%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CE6413 (or 0xCE6413) is known color: Chocolate. HEX triplet: CE, 64 and 13. RGB value is (206,100,19). Sum of RGB (Red+Green+Blue) = 206+100+19=325 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.38% from 325); Green value is 100 (39.45% from 255 or 30.77% from 325); Blue value is 19 (7.81% from 255 or 5.85% from 325); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6413 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE6413 is #319BEC. Grayscale: #7A7A7A. Windows color (decimal): -3251181 or 1270990. OLE color: 1270990.

HSL color Cylindrical-coordinate representation of color #CE6413: hue angle of 25.99º degrees, saturation: 0.83, 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 #CE6413 is Cyan = 0, Magento = 0.51, Yellow = 0.91 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 100 19 -
CMYK 0 0.51 0.91 0.19
HSL 25.99º 0.83% 0.44% -
HSV(B) 25.99º 0.91% 0.81% -
XYZ 30.13 22.28 3.33 -
YUV 122.46 69.62 187.59 -
System Red Green Blue C M Y K H S L
Decimal 206 100 19 0 0.51 0.91 0.19 25.99 0.83 0.44
Hex CE 64 13 0 33 5B 13 1A 53 2C
Octal 316 144 23 0 63 133 23 32 123 54
Binary 11001110 1100100 10011 0 110011 1011011 10011 11010 1010011 101100

Color Harmonies of #CE6413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6413

Black with #CE6413

Text Example


Text Example

White with #CE6413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6413; }

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

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

background-color css

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

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

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

border-color css

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

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

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