Html Css Color HEX #CE6A14 Chocolate

📋 copy color: '#CE6A14'

red 206 ◦ green 106 ◦ blue 20

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

Shades of Chocolate #CE6A14

Tints of Chocolate #CE6A14

RGB

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

 GREEN value IS 106 (41.8% from 255) = 31.93%

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

R = 62.05%
G = 31.93%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CE6A14 (or 0xCE6A14) is known color: Chocolate. HEX triplet: CE, 6A and 14. RGB value is (206,106,20). Sum of RGB (Red+Green+Blue) = 206+106+20=332 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.05% from 332); Green value is 106 (41.80% from 255 or 31.93% from 332); Blue value is 20 (8.20% from 255 or 6.02% from 332); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6A14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE6A14 is #3195EB. Grayscale: #7E7E7E. Windows color (decimal): -3249644 or 1338062. OLE color: 1338062.

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

Color convert

RGB 206 106 20 -
CMYK 0 0.49 0.90 0.19
HSL 27.74º 0.82% 0.44% -
HSV(B) 27.74º 0.9% 0.81% -
XYZ 30.73 23.48 3.57 -
YUV 126.1 68.13 184.99 -
System Red Green Blue C M Y K H S L
Decimal 206 106 20 0 0.49 0.90 0.19 27.74 0.82 0.44
Hex CE 6A 14 0 31 5A 13 1C 52 2C
Octal 316 152 24 0 61 132 23 34 122 54
Binary 11001110 1101010 10100 0 110001 1011010 10011 11100 1010010 101100

Color Harmonies of #CE6A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6A14

Black with #CE6A14

Text Example


Text Example

White with #CE6A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6A14; }

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

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

background-color css

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

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

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

border-color css

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

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

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