Html Css Color HEX #C66716 Chocolate

📋 copy color: '#C66716'

red 198 ◦ green 103 ◦ blue 22

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

Shades of Chocolate #C66716

Tints of Chocolate #C66716

RGB

 RED value IS 198 (77.73% from 255) = 61.3%

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

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

R = 61.3%
G = 31.89%
B = 6.81%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C66716 (or 0xC66716) is known color: Chocolate. HEX triplet: C6, 67 and 16. RGB value is (198,103,22). Sum of RGB (Red+Green+Blue) = 198+103+22=323 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.30% from 323); Green value is 103 (40.62% from 255 or 31.89% from 323); Blue value is 22 (8.98% from 255 or 6.81% from 323); Max value from RGB is 198 - color contains mainly: red. Hex color #C66716 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C66716 is #3998E9. Grayscale: #7A7A7A. Windows color (decimal): -3774698 or 1468358. OLE color: 1468358.

HSL color Cylindrical-coordinate representation of color #C66716: hue angle of 27.61º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C66716 is Cyan = 0, Magento = 0.48, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 103 22 -
CMYK 0 0.48 0.89 0.22
HSL 27.61º 0.8% 0.43% -
HSV(B) 27.61º 0.89% 0.78% -
XYZ 28.28 21.76 3.47 -
YUV 122.17 71.47 182.09 -
System Red Green Blue C M Y K H S L
Decimal 198 103 22 0 0.48 0.89 0.22 27.61 0.8 0.43
Hex C6 67 16 0 30 59 16 1C 50 2B
Octal 306 147 26 0 60 131 26 34 120 53
Binary 11000110 1100111 10110 0 110000 1011001 10110 11100 1010000 101011

Color Harmonies of #C66716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66716

Black with #C66716

Text Example


Text Example

White with #C66716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66716; }

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

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

background-color css

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

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

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

border-color css

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

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

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