Html Css Color HEX #CE6E22 Chocolate

📋 copy color: '#CE6E22'

red 206 ◦ green 110 ◦ blue 34

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

Shades of Chocolate #CE6E22

Tints of Chocolate #CE6E22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 9.71%

R = 58.86%
G = 31.43%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CE6E22 (or 0xCE6E22) is known color: Chocolate. HEX triplet: CE, 6E and 22. RGB value is (206,110,34). Sum of RGB (Red+Green+Blue) = 206+110+34=350 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.86% from 350); Green value is 110 (43.36% from 255 or 31.43% from 350); Blue value is 34 (13.67% from 255 or 9.71% from 350); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6E22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6E22 is #3191DD. Grayscale: #828282. Windows color (decimal): -3248606 or 2256590. OLE color: 2256590.

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

Color convert

RGB 206 110 34 -
CMYK 0 0.47 0.83 0.19
HSL 26.51º 0.72% 0.47% -
HSV(B) 26.51º 0.83% 0.81% -
XYZ 31.32 24.39 4.57 -
YUV 130.04 73.8 182.18 -
System Red Green Blue C M Y K H S L
Decimal 206 110 34 0 0.47 0.83 0.19 26.51 0.72 0.47
Hex CE 6E 22 0 2F 53 13 1B 48 2F
Octal 316 156 42 0 57 123 23 33 110 57
Binary 11001110 1101110 100010 0 101111 1010011 10011 11011 1001000 101111

Color Harmonies of #CE6E22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6E22

Black with #CE6E22

Text Example


Text Example

White with #CE6E22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6E22; }

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

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

background-color css

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

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

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

border-color css

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

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

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