Html Css Color HEX #C65916 Chocolate

📋 copy color: '#C65916'

red 198 ◦ green 89 ◦ blue 22

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

Shades of Chocolate #C65916

Tints of Chocolate #C65916

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.8%

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

R = 64.08%
G = 28.8%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C65916 (or 0xC65916) is known color: Chocolate. HEX triplet: C6, 59 and 16. RGB value is (198,89,22). Sum of RGB (Red+Green+Blue) = 198+89+22=309 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.08% from 309); Green value is 89 (35.16% from 255 or 28.80% from 309); Blue value is 22 (8.98% from 255 or 7.12% from 309); Max value from RGB is 198 - color contains mainly: red. Hex color #C65916 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C65916 is #39A6E9. Grayscale: #727272. Windows color (decimal): -3778282 or 1464774. OLE color: 1464774.

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

Color convert

RGB 198 89 22 -
CMYK 0 0.55 0.89 0.22
HSL 22.84º 0.8% 0.43% -
HSV(B) 22.84º 0.89% 0.78% -
XYZ 27.01 19.21 3.04 -
YUV 113.95 76.11 187.95 -
System Red Green Blue C M Y K H S L
Decimal 198 89 22 0 0.55 0.89 0.22 22.84 0.8 0.43
Hex C6 59 16 0 37 59 16 17 50 2B
Octal 306 131 26 0 67 131 26 27 120 53
Binary 11000110 1011001 10110 0 110111 1011001 10110 10111 1010000 101011

Color Harmonies of #C65916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65916

Black with #C65916

Text Example


Text Example

White with #C65916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65916; }

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

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

background-color css

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

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

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

border-color css

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

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

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