Html Css Color HEX #CE6B16 Chocolate

📋 copy color: '#CE6B16'

red 206 ◦ green 107 ◦ blue 22

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

Shades of Chocolate #CE6B16

Tints of Chocolate #CE6B16

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.94%

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

R = 61.49%
G = 31.94%
B = 6.57%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CE6B16 (or 0xCE6B16) is known color: Chocolate. HEX triplet: CE, 6B and 16. RGB value is (206,107,22). Sum of RGB (Red+Green+Blue) = 206+107+22=335 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.49% from 335); Green value is 107 (42.19% from 255 or 31.94% from 335); Blue value is 22 (8.98% from 255 or 6.57% from 335); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6B16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE6B16 is #3194E9. Grayscale: #7F7F7F. Windows color (decimal): -3249386 or 1469390. OLE color: 1469390.

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

Color convert

RGB 206 107 22 -
CMYK 0 0.48 0.89 0.19
HSL 27.72º 0.81% 0.45% -
HSV(B) 27.72º 0.89% 0.81% -
XYZ 30.86 23.7 3.71 -
YUV 126.91 68.8 184.41 -
System Red Green Blue C M Y K H S L
Decimal 206 107 22 0 0.48 0.89 0.19 27.72 0.81 0.45
Hex CE 6B 16 0 30 59 13 1C 51 2D
Octal 316 153 26 0 60 131 23 34 121 55
Binary 11001110 1101011 10110 0 110000 1011001 10011 11100 1010001 101101

Color Harmonies of #CE6B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6B16

Black with #CE6B16

Text Example


Text Example

White with #CE6B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6B16; }

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

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

background-color css

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

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

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

border-color css

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

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

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