Html Css Color HEX #C65519 Chocolate

📋 copy color: '#C65519'

red 198 ◦ green 85 ◦ blue 25

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

Shades of Chocolate #C65519

Tints of Chocolate #C65519

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.12%

R = 64.29%
G = 27.6%
B = 8.12%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C65519 (or 0xC65519) is known color: Chocolate. HEX triplet: C6, 55 and 19. RGB value is (198,85,25). Sum of RGB (Red+Green+Blue) = 198+85+25=308 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.29% from 308); Green value is 85 (33.59% from 255 or 27.60% from 308); Blue value is 25 (10.16% from 255 or 8.12% from 308); Max value from RGB is 198 - color contains mainly: red. Hex color #C65519 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C65519 is #39AAE6. Grayscale: #707070. Windows color (decimal): -3779303 or 1660358. OLE color: 1660358.

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

Color convert

RGB 198 85 25 -
CMYK 0 0.57 0.87 0.22
HSL 20.81º 0.78% 0.44% -
HSV(B) 20.81º 0.87% 0.78% -
XYZ 26.71 18.57 3.1 -
YUV 111.95 78.94 189.38 -
System Red Green Blue C M Y K H S L
Decimal 198 85 25 0 0.57 0.87 0.22 20.81 0.78 0.44
Hex C6 55 19 0 39 57 16 15 4E 2C
Octal 306 125 31 0 71 127 26 25 116 54
Binary 11000110 1010101 11001 0 111001 1010111 10110 10101 1001110 101100

Color Harmonies of #C65519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65519

Black with #C65519

Text Example


Text Example

White with #C65519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65519; }

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

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

background-color css

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

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

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

border-color css

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

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

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