Html Css Color HEX #CE6E1A Chocolate

📋 copy color: '#CE6E1A'

red 206 ◦ green 110 ◦ blue 26

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

Shades of Chocolate #CE6E1A

Tints of Chocolate #CE6E1A

RGB

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

 GREEN value IS 110 (43.36% from 255) = 32.16%

 BLUE value IS 26 (10.55% from 255) = 7.6%

R = 60.23%
G = 32.16%
B = 7.6%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CE6E1A (or 0xCE6E1A) is known color: Chocolate. HEX triplet: CE, 6E and 1A. RGB value is (206,110,26). Sum of RGB (Red+Green+Blue) = 206+110+26=342 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.23% from 342); Green value is 110 (43.36% from 255 or 32.16% from 342); Blue value is 26 (10.55% from 255 or 7.60% from 342); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6E1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6E1A is #3191E5. Grayscale: #818181. Windows color (decimal): -3248614 or 1732302. OLE color: 1732302.

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

Color convert

RGB 206 110 26 -
CMYK 0 0.47 0.87 0.19
HSL 28º 0.78% 0.45% -
HSV(B) 28º 0.87% 0.81% -
XYZ 31.22 24.35 4.03 -
YUV 129.13 69.8 182.83 -
System Red Green Blue C M Y K H S L
Decimal 206 110 26 0 0.47 0.87 0.19 28 0.78 0.45
Hex CE 6E 1A 0 2F 57 13 1C 4E 2D
Octal 316 156 32 0 57 127 23 34 116 55
Binary 11001110 1101110 11010 0 101111 1010111 10011 11100 1001110 101101

Color Harmonies of #CE6E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6E1A

Black with #CE6E1A

Text Example


Text Example

White with #CE6E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6E1A; }

 p { color: rgb(206,110,26); }

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

background-color css

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

 a { background-color: rgb(206,110,26); }

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

border-color css

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

 span { border-color: rgb(206,110,26); }

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