Html Css Color HEX #C66A19 Chocolate

📋 copy color: '#C66A19'

red 198 ◦ green 106 ◦ blue 25

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

Shades of Chocolate #C66A19

Tints of Chocolate #C66A19

RGB

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

 GREEN value IS 106 (41.8% from 255) = 32.22%

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

R = 60.18%
G = 32.22%
B = 7.6%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C66A19 (or 0xC66A19) is known color: Chocolate. HEX triplet: C6, 6A and 19. RGB value is (198,106,25). Sum of RGB (Red+Green+Blue) = 198+106+25=329 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.18% from 329); Green value is 106 (41.80% from 255 or 32.22% from 329); Blue value is 25 (10.16% from 255 or 7.60% from 329); Max value from RGB is 198 - color contains mainly: red. Hex color #C66A19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C66A19 is #3995E6. Grayscale: #7C7C7C. Windows color (decimal): -3773927 or 1665734. OLE color: 1665734.

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

Color convert

RGB 198 106 25 -
CMYK 0 0.46 0.87 0.22
HSL 28.09º 0.78% 0.44% -
HSV(B) 28.09º 0.87% 0.78% -
XYZ 28.62 22.38 3.73 -
YUV 124.27 71.98 180.59 -
System Red Green Blue C M Y K H S L
Decimal 198 106 25 0 0.46 0.87 0.22 28.09 0.78 0.44
Hex C6 6A 19 0 2E 57 16 1C 4E 2C
Octal 306 152 31 0 56 127 26 34 116 54
Binary 11000110 1101010 11001 0 101110 1010111 10110 11100 1001110 101100

Color Harmonies of #C66A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66A19

Black with #C66A19

Text Example


Text Example

White with #C66A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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