Html Css Color HEX #C65619 Chocolate

📋 copy color: '#C65619'

red 198 ◦ green 86 ◦ blue 25

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

Shades of Chocolate #C65619

Tints of Chocolate #C65619

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.83%

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

R = 64.08%
G = 27.83%
B = 8.09%

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

#C65619 (or 0xC65619) is known color: Chocolate. HEX triplet: C6, 56 and 19. RGB value is (198,86,25). Sum of RGB (Red+Green+Blue) = 198+86+25=309 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.08% from 309); Green value is 86 (33.98% from 255 or 27.83% from 309); Blue value is 25 (10.16% from 255 or 8.09% from 309); Max value from RGB is 198 - color contains mainly: red. Hex color #C65619 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C65619 is #39A9E6. Grayscale: #707070. Windows color (decimal): -3779047 or 1660614. OLE color: 1660614.

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

Color convert

RGB 198 86 25 -
CMYK 0 0.57 0.87 0.22
HSL 21.16º 0.78% 0.44% -
HSV(B) 21.16º 0.87% 0.78% -
XYZ 26.79 18.73 3.12 -
YUV 112.53 78.61 188.96 -
System Red Green Blue C M Y K H S L
Decimal 198 86 25 0 0.57 0.87 0.22 21.16 0.78 0.44
Hex C6 56 19 0 39 57 16 15 4E 2C
Octal 306 126 31 0 71 127 26 25 116 54
Binary 11000110 1010110 11001 0 111001 1010111 10110 10101 1001110 101100

Color Harmonies of #C65619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65619

Black with #C65619

Text Example


Text Example

White with #C65619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65619; }

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

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

background-color css

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

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

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

border-color css

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

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

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