Html Css Color HEX #CE6716 Chocolate

📋 copy color: '#CE6716'

red 206 ◦ green 103 ◦ blue 22

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

Shades of Chocolate #CE6716

Tints of Chocolate #CE6716

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.12%

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

R = 62.24%
G = 31.12%
B = 6.65%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CE6716 (or 0xCE6716) is known color: Chocolate. HEX triplet: CE, 67 and 16. RGB value is (206,103,22). Sum of RGB (Red+Green+Blue) = 206+103+22=331 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.24% from 331); Green value is 103 (40.62% from 255 or 31.12% from 331); Blue value is 22 (8.98% from 255 or 6.65% from 331); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6716 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE6716 is #3198E9. Grayscale: #7C7C7C. Windows color (decimal): -3250410 or 1468366. OLE color: 1468366.

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

Color convert

RGB 206 103 22 -
CMYK 0 0.50 0.89 0.19
HSL 26.41º 0.81% 0.45% -
HSV(B) 26.41º 0.89% 0.81% -
XYZ 30.45 22.88 3.57 -
YUV 124.56 70.12 186.09 -
System Red Green Blue C M Y K H S L
Decimal 206 103 22 0 0.50 0.89 0.19 26.41 0.81 0.45
Hex CE 67 16 0 32 59 13 1A 51 2D
Octal 316 147 26 0 62 131 23 32 121 55
Binary 11001110 1100111 10110 0 110010 1011001 10011 11010 1010001 101101

Color Harmonies of #CE6716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6716

Black with #CE6716

Text Example


Text Example

White with #CE6716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6716; }

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

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

background-color css

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

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

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

border-color css

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

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

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