Html Css Color HEX #CE6814 Chocolate

📋 copy color: '#CE6814'

red 206 ◦ green 104 ◦ blue 20

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

Shades of Chocolate #CE6814

Tints of Chocolate #CE6814

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.52%

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

R = 62.42%
G = 31.52%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CE6814 (or 0xCE6814) is known color: Chocolate. HEX triplet: CE, 68 and 14. RGB value is (206,104,20). Sum of RGB (Red+Green+Blue) = 206+104+20=330 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.42% from 330); Green value is 104 (41.02% from 255 or 31.52% from 330); Blue value is 20 (8.20% from 255 or 6.06% from 330); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6814 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE6814 is #3197EB. Grayscale: #7D7D7D. Windows color (decimal): -3250156 or 1337550. OLE color: 1337550.

HSL color Cylindrical-coordinate representation of color #CE6814: hue angle of 27.1º 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 #CE6814 is Cyan = 0, Magento = 0.50, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 104 20 -
CMYK 0 0.50 0.90 0.19
HSL 27.1º 0.82% 0.44% -
HSV(B) 27.1º 0.9% 0.81% -
XYZ 30.53 23.07 3.51 -
YUV 124.92 68.79 185.83 -
System Red Green Blue C M Y K H S L
Decimal 206 104 20 0 0.50 0.90 0.19 27.1 0.82 0.44
Hex CE 68 14 0 32 5A 13 1B 52 2C
Octal 316 150 24 0 62 132 23 33 122 54
Binary 11001110 1101000 10100 0 110010 1011010 10011 11011 1010010 101100

Color Harmonies of #CE6814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6814

Black with #CE6814

Text Example


Text Example

White with #CE6814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6814; }

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

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

background-color css

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

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

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

border-color css

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

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

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