Html Css Color HEX #C65518 Chocolate

📋 copy color: '#C65518'

red 198 ◦ green 85 ◦ blue 24

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

Shades of Chocolate #C65518

Tints of Chocolate #C65518

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.69%

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

R = 64.5%
G = 27.69%
B = 7.82%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C65518 (or 0xC65518) is known color: Chocolate. HEX triplet: C6, 55 and 18. RGB value is (198,85,24). Sum of RGB (Red+Green+Blue) = 198+85+24=307 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.50% from 307); Green value is 85 (33.59% from 255 or 27.69% from 307); Blue value is 24 (9.77% from 255 or 7.82% from 307); Max value from RGB is 198 - color contains mainly: red. Hex color #C65518 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C65518 is #39AAE7. Grayscale: #707070. Windows color (decimal): -3779304 or 1594822. OLE color: 1594822.

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

Color convert

RGB 198 85 24 -
CMYK 0 0.57 0.88 0.22
HSL 21.03º 0.78% 0.44% -
HSV(B) 21.03º 0.88% 0.78% -
XYZ 26.7 18.57 3.04 -
YUV 111.83 78.44 189.46 -
System Red Green Blue C M Y K H S L
Decimal 198 85 24 0 0.57 0.88 0.22 21.03 0.78 0.44
Hex C6 55 18 0 39 58 16 15 4E 2C
Octal 306 125 30 0 71 130 26 25 116 54
Binary 11000110 1010101 11000 0 111001 1011000 10110 10101 1001110 101100

Color Harmonies of #C65518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65518

Black with #C65518

Text Example


Text Example

White with #C65518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65518; }

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

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

background-color css

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

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

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

border-color css

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

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

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