Html Css Color HEX #C66019 Chocolate

📋 copy color: '#C66019'

red 198 ◦ green 96 ◦ blue 25

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

Shades of Chocolate #C66019

Tints of Chocolate #C66019

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.09%

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

R = 62.07%
G = 30.09%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C66019 (or 0xC66019) is known color: Chocolate. HEX triplet: C6, 60 and 19. RGB value is (198,96,25). Sum of RGB (Red+Green+Blue) = 198+96+25=319 (42% of max value = 765). Red value is 198 (77.73% from 255 or 62.07% from 319); Green value is 96 (37.89% from 255 or 30.09% from 319); Blue value is 25 (10.16% from 255 or 7.84% from 319); Max value from RGB is 198 - color contains mainly: red. Hex color #C66019 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C66019 is #399FE6. Grayscale: #767676. Windows color (decimal): -3776487 or 1663174. OLE color: 1663174.

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

Color convert

RGB 198 96 25 -
CMYK 0 0.52 0.87 0.22
HSL 24.62º 0.78% 0.44% -
HSV(B) 24.62º 0.87% 0.78% -
XYZ 27.65 20.44 3.41 -
YUV 118.4 75.29 184.77 -
System Red Green Blue C M Y K H S L
Decimal 198 96 25 0 0.52 0.87 0.22 24.62 0.78 0.44
Hex C6 60 19 0 34 57 16 19 4E 2C
Octal 306 140 31 0 64 127 26 31 116 54
Binary 11000110 1100000 11001 0 110100 1010111 10110 11001 1001110 101100

Color Harmonies of #C66019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66019

Black with #C66019

Text Example


Text Example

White with #C66019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66019; }

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

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

background-color css

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

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

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

border-color css

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

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

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