Html Css Color HEX #CE6F16 Chocolate

📋 copy color: '#CE6F16'

red 206 ◦ green 111 ◦ blue 22

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

Shades of Chocolate #CE6F16

Tints of Chocolate #CE6F16

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.74%

 BLUE value IS 22 (8.98% from 255) = 6.49%

R = 60.77%
G = 32.74%
B = 6.49%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CE6F16 (or 0xCE6F16) is known color: Chocolate. HEX triplet: CE, 6F and 16. RGB value is (206,111,22). Sum of RGB (Red+Green+Blue) = 206+111+22=339 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.77% from 339); Green value is 111 (43.75% from 255 or 32.74% from 339); Blue value is 22 (8.98% from 255 or 6.49% from 339); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6F16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE6F16 is #3190E9. Grayscale: #818181. Windows color (decimal): -3248362 or 1470414. OLE color: 1470414.

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

Color convert

RGB 206 111 22 -
CMYK 0 0.46 0.89 0.19
HSL 29.02º 0.81% 0.45% -
HSV(B) 29.02º 0.89% 0.81% -
XYZ 31.28 24.55 3.85 -
YUV 129.26 67.47 182.74 -
System Red Green Blue C M Y K H S L
Decimal 206 111 22 0 0.46 0.89 0.19 29.02 0.81 0.45
Hex CE 6F 16 0 2E 59 13 1D 51 2D
Octal 316 157 26 0 56 131 23 35 121 55
Binary 11001110 1101111 10110 0 101110 1011001 10011 11101 1010001 101101

Color Harmonies of #CE6F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6F16

Black with #CE6F16

Text Example


Text Example

White with #CE6F16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6F16; }

 p { color: rgb(206,111,22); }

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

background-color css

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

 a { background-color: rgb(206,111,22); }

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

border-color css

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

 span { border-color: rgb(206,111,22); }

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