Html Css Color HEX #CE6410 Chocolate

📋 copy color: '#CE6410'

red 206 ◦ green 100 ◦ blue 16

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

Shades of Chocolate #CE6410

Tints of Chocolate #CE6410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.97%

R = 63.98%
G = 31.06%
B = 4.97%

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

#CE6410 (or 0xCE6410) is known color: Chocolate. HEX triplet: CE, 64 and 10. RGB value is (206,100,16). Sum of RGB (Red+Green+Blue) = 206+100+16=322 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.98% from 322); Green value is 100 (39.45% from 255 or 31.06% from 322); Blue value is 16 (6.64% from 255 or 4.97% from 322); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6410 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE6410 is #319BEF. Grayscale: #7A7A7A. Windows color (decimal): -3251184 or 1074382. OLE color: 1074382.

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

Color convert

RGB 206 100 16 -
CMYK 0 0.51 0.92 0.19
HSL 26.53º 0.86% 0.44% -
HSV(B) 26.53º 0.92% 0.81% -
XYZ 30.1 22.27 3.2 -
YUV 122.12 68.12 187.83 -
System Red Green Blue C M Y K H S L
Decimal 206 100 16 0 0.51 0.92 0.19 26.53 0.86 0.44
Hex CE 64 10 0 33 5C 13 1B 56 2C
Octal 316 144 20 0 63 134 23 33 126 54
Binary 11001110 1100100 10000 0 110011 1011100 10011 11011 1010110 101100

Color Harmonies of #CE6410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6410

Black with #CE6410

Text Example


Text Example

White with #CE6410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6410; }

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

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

background-color css

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

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

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

border-color css

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

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

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