Html Css Color HEX #CE6114 Chocolate

📋 copy color: '#CE6114'

red 206 ◦ green 97 ◦ blue 20

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

Shades of Chocolate #CE6114

Tints of Chocolate #CE6114

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.03%

 BLUE value IS 20 (8.2% from 255) = 6.19%

R = 63.78%
G = 30.03%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CE6114 (or 0xCE6114) is known color: Chocolate. HEX triplet: CE, 61 and 14. RGB value is (206,97,20). Sum of RGB (Red+Green+Blue) = 206+97+20=323 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.78% from 323); Green value is 97 (38.28% from 255 or 30.03% from 323); Blue value is 20 (8.20% from 255 or 6.19% from 323); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6114 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE6114 is #319EEB. Grayscale: #797979. Windows color (decimal): -3251948 or 1335758. OLE color: 1335758.

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

Color convert

RGB 206 97 20 -
CMYK 0 0.53 0.90 0.19
HSL 24.84º 0.82% 0.44% -
HSV(B) 24.84º 0.9% 0.81% -
XYZ 29.85 21.72 3.28 -
YUV 120.81 71.11 188.76 -
System Red Green Blue C M Y K H S L
Decimal 206 97 20 0 0.53 0.90 0.19 24.84 0.82 0.44
Hex CE 61 14 0 35 5A 13 19 52 2C
Octal 316 141 24 0 65 132 23 31 122 54
Binary 11001110 1100001 10100 0 110101 1011010 10011 11001 1010010 101100

Color Harmonies of #CE6114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6114

Black with #CE6114

Text Example


Text Example

White with #CE6114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6114; }

 p { color: rgb(206,97,20); }

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

background-color css

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

 a { background-color: rgb(206,97,20); }

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

border-color css

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

 span { border-color: rgb(206,97,20); }

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