Html Css Color HEX #C65716 Chocolate

📋 copy color: '#C65716'

red 198 ◦ green 87 ◦ blue 22

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

Shades of Chocolate #C65716

Tints of Chocolate #C65716

RGB

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

 GREEN value IS 87 (34.38% from 255) = 28.34%

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

R = 64.5%
G = 28.34%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C65716 (or 0xC65716) is known color: Chocolate. HEX triplet: C6, 57 and 16. RGB value is (198,87,22). Sum of RGB (Red+Green+Blue) = 198+87+22=307 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.50% from 307); Green value is 87 (34.38% from 255 or 28.34% from 307); Blue value is 22 (8.98% from 255 or 7.17% from 307); Max value from RGB is 198 - color contains mainly: red. Hex color #C65716 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C65716 is #39A8E9. Grayscale: #717171. Windows color (decimal): -3778794 or 1464262. OLE color: 1464262.

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

Color convert

RGB 198 87 22 -
CMYK 0 0.56 0.89 0.22
HSL 22.16º 0.8% 0.43% -
HSV(B) 22.16º 0.89% 0.78% -
XYZ 26.84 18.88 2.99 -
YUV 112.78 76.77 188.79 -
System Red Green Blue C M Y K H S L
Decimal 198 87 22 0 0.56 0.89 0.22 22.16 0.8 0.43
Hex C6 57 16 0 38 59 16 16 50 2B
Octal 306 127 26 0 70 131 26 26 120 53
Binary 11000110 1010111 10110 0 111000 1011001 10110 10110 1010000 101011

Color Harmonies of #C65716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65716

Black with #C65716

Text Example


Text Example

White with #C65716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65716; }

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

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

background-color css

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

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

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

border-color css

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

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

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