Html Css Color HEX #CE6D22 Chocolate

📋 copy color: '#CE6D22'

red 206 ◦ green 109 ◦ blue 34

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

Shades of Chocolate #CE6D22

Tints of Chocolate #CE6D22

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.23%

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

R = 59.03%
G = 31.23%
B = 9.74%

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

#CE6D22 (or 0xCE6D22) is known color: Chocolate. HEX triplet: CE, 6D and 22. RGB value is (206,109,34). Sum of RGB (Red+Green+Blue) = 206+109+34=349 (46% of max value = 765). Red value is 206 (80.86% from 255 or 59.03% from 349); Green value is 109 (42.97% from 255 or 31.23% from 349); Blue value is 34 (13.67% from 255 or 9.74% from 349); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6D22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6D22 is #3192DD. Grayscale: #818181. Windows color (decimal): -3248862 or 2256334. OLE color: 2256334.

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

Color convert

RGB 206 109 34 -
CMYK 0 0.47 0.83 0.19
HSL 26.16º 0.72% 0.47% -
HSV(B) 26.16º 0.83% 0.81% -
XYZ 31.21 24.17 4.53 -
YUV 129.45 74.14 182.6 -
System Red Green Blue C M Y K H S L
Decimal 206 109 34 0 0.47 0.83 0.19 26.16 0.72 0.47
Hex CE 6D 22 0 2F 53 13 1A 48 2F
Octal 316 155 42 0 57 123 23 32 110 57
Binary 11001110 1101101 100010 0 101111 1010011 10011 11010 1001000 101111

Color Harmonies of #CE6D22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6D22

Black with #CE6D22

Text Example


Text Example

White with #CE6D22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6D22; }

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

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

background-color css

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

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

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

border-color css

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

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

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