Html Css Color HEX #C65718 Chocolate

📋 copy color: '#C65718'

red 198 ◦ green 87 ◦ blue 24

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

Shades of Chocolate #C65718

Tints of Chocolate #C65718

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.77%

R = 64.08%
G = 28.16%
B = 7.77%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C65718 (or 0xC65718) is known color: Chocolate. HEX triplet: C6, 57 and 18. RGB value is (198,87,24). Sum of RGB (Red+Green+Blue) = 198+87+24=309 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.08% from 309); Green value is 87 (34.38% from 255 or 28.16% from 309); Blue value is 24 (9.77% from 255 or 7.77% from 309); Max value from RGB is 198 - color contains mainly: red. Hex color #C65718 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C65718 is #39A8E7. Grayscale: #717171. Windows color (decimal): -3778792 or 1595334. OLE color: 1595334.

HSL color Cylindrical-coordinate representation of color #C65718: hue angle of 21.72º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C65718 is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 87 24 -
CMYK 0 0.56 0.88 0.22
HSL 21.72º 0.78% 0.44% -
HSV(B) 21.72º 0.88% 0.78% -
XYZ 26.86 18.89 3.09 -
YUV 113.01 77.77 188.62 -
System Red Green Blue C M Y K H S L
Decimal 198 87 24 0 0.56 0.88 0.22 21.72 0.78 0.44
Hex C6 57 18 0 38 58 16 16 4E 2C
Octal 306 127 30 0 70 130 26 26 116 54
Binary 11000110 1010111 11000 0 111000 1011000 10110 10110 1001110 101100

Color Harmonies of #C65718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65718

Black with #C65718

Text Example


Text Example

White with #C65718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65718; }

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

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

background-color css

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

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

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

border-color css

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

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

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