Html Css Color HEX #CE6415 Chocolate

📋 copy color: '#CE6415'

red 206 ◦ green 100 ◦ blue 21

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

Shades of Chocolate #CE6415

Tints of Chocolate #CE6415

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.42%

R = 63%
G = 30.58%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CE6415 (or 0xCE6415) is known color: Chocolate. HEX triplet: CE, 64 and 15. RGB value is (206,100,21). Sum of RGB (Red+Green+Blue) = 206+100+21=327 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.00% from 327); Green value is 100 (39.45% from 255 or 30.58% from 327); Blue value is 21 (8.59% from 255 or 6.42% from 327); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6415 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE6415 is #319BEA. Grayscale: #7B7B7B. Windows color (decimal): -3251179 or 1402062. OLE color: 1402062.

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

Color convert

RGB 206 100 21 -
CMYK 0 0.51 0.90 0.19
HSL 25.62º 0.81% 0.45% -
HSV(B) 25.62º 0.9% 0.81% -
XYZ 30.15 22.29 3.42 -
YUV 122.69 70.62 187.42 -
System Red Green Blue C M Y K H S L
Decimal 206 100 21 0 0.51 0.90 0.19 25.62 0.81 0.45
Hex CE 64 15 0 33 5A 13 1A 51 2D
Octal 316 144 25 0 63 132 23 32 121 55
Binary 11001110 1100100 10101 0 110011 1011010 10011 11010 1010001 101101

Color Harmonies of #CE6415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6415

Black with #CE6415

Text Example


Text Example

White with #CE6415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6415; }

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

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

background-color css

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

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

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

border-color css

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

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

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