Html Css Color HEX #C65418 Chocolate

📋 copy color: '#C65418'

red 198 ◦ green 84 ◦ blue 24

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

Shades of Chocolate #C65418

Tints of Chocolate #C65418

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.45%

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

R = 64.71%
G = 27.45%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C65418 (or 0xC65418) is known color: Chocolate. HEX triplet: C6, 54 and 18. RGB value is (198,84,24). Sum of RGB (Red+Green+Blue) = 198+84+24=306 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.71% from 306); Green value is 84 (33.20% from 255 or 27.45% from 306); Blue value is 24 (9.77% from 255 or 7.84% from 306); Max value from RGB is 198 - color contains mainly: red. Hex color #C65418 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C65418 is #39ABE7. Grayscale: #6F6F6F. Windows color (decimal): -3779560 or 1594566. OLE color: 1594566.

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

Color convert

RGB 198 84 24 -
CMYK 0 0.58 0.88 0.22
HSL 20.69º 0.78% 0.44% -
HSV(B) 20.69º 0.88% 0.78% -
XYZ 26.62 18.41 3.01 -
YUV 111.25 78.77 189.88 -
System Red Green Blue C M Y K H S L
Decimal 198 84 24 0 0.58 0.88 0.22 20.69 0.78 0.44
Hex C6 54 18 0 3A 58 16 15 4E 2C
Octal 306 124 30 0 72 130 26 25 116 54
Binary 11000110 1010100 11000 0 111010 1011000 10110 10101 1001110 101100

Color Harmonies of #C65418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65418

Black with #C65418

Text Example


Text Example

White with #C65418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65418; }

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

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

background-color css

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

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

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

border-color css

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

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

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