Html Css Color HEX #C66519 Chocolate

📋 copy color: '#C66519'

red 198 ◦ green 101 ◦ blue 25

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

Shades of Chocolate #C66519

Tints of Chocolate #C66519

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.17%

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

R = 61.11%
G = 31.17%
B = 7.72%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C66519 (or 0xC66519) is known color: Chocolate. HEX triplet: C6, 65 and 19. RGB value is (198,101,25). Sum of RGB (Red+Green+Blue) = 198+101+25=324 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.11% from 324); Green value is 101 (39.84% from 255 or 31.17% from 324); Blue value is 25 (10.16% from 255 or 7.72% from 324); Max value from RGB is 198 - color contains mainly: red. Hex color #C66519 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C66519 is #399AE6. Grayscale: #797979. Windows color (decimal): -3775207 or 1664454. OLE color: 1664454.

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

Color convert

RGB 198 101 25 -
CMYK 0 0.49 0.87 0.22
HSL 26.36º 0.78% 0.44% -
HSV(B) 26.36º 0.87% 0.78% -
XYZ 28.12 21.38 3.57 -
YUV 121.34 73.64 182.68 -
System Red Green Blue C M Y K H S L
Decimal 198 101 25 0 0.49 0.87 0.22 26.36 0.78 0.44
Hex C6 65 19 0 31 57 16 1A 4E 2C
Octal 306 145 31 0 61 127 26 32 116 54
Binary 11000110 1100101 11001 0 110001 1010111 10110 11010 1001110 101100

Color Harmonies of #C66519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66519

Black with #C66519

Text Example


Text Example

White with #C66519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66519; }

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

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

background-color css

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

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

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

border-color css

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

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

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