Html Css Color HEX #C65918 Chocolate

📋 copy color: '#C65918'

red 198 ◦ green 89 ◦ blue 24

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

Shades of Chocolate #C65918

Tints of Chocolate #C65918

RGB

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

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

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

R = 63.67%
G = 28.62%
B = 7.72%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C65918 (or 0xC65918) is known color: Chocolate. HEX triplet: C6, 59 and 18. RGB value is (198,89,24). Sum of RGB (Red+Green+Blue) = 198+89+24=311 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.67% from 311); Green value is 89 (35.16% from 255 or 28.62% from 311); Blue value is 24 (9.77% from 255 or 7.72% from 311); Max value from RGB is 198 - color contains mainly: red. Hex color #C65918 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C65918 is #39A6E7. Grayscale: #727272. Windows color (decimal): -3778280 or 1595846. OLE color: 1595846.

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

Color convert

RGB 198 89 24 -
CMYK 0 0.55 0.88 0.22
HSL 22.41º 0.78% 0.44% -
HSV(B) 22.41º 0.88% 0.78% -
XYZ 27.03 19.22 3.15 -
YUV 114.18 77.11 187.79 -
System Red Green Blue C M Y K H S L
Decimal 198 89 24 0 0.55 0.88 0.22 22.41 0.78 0.44
Hex C6 59 18 0 37 58 16 16 4E 2C
Octal 306 131 30 0 67 130 26 26 116 54
Binary 11000110 1011001 11000 0 110111 1011000 10110 10110 1001110 101100

Color Harmonies of #C65918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65918

Black with #C65918

Text Example


Text Example

White with #C65918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65918; }

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

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

background-color css

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

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

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

border-color css

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

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

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