Html Css Color HEX #C66114 Chocolate

📋 copy color: '#C66114'

red 198 ◦ green 97 ◦ blue 20

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

Shades of Chocolate #C66114

Tints of Chocolate #C66114

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.79%

 BLUE value IS 20 (8.2% from 255) = 6.35%

R = 62.86%
G = 30.79%
B = 6.35%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C66114 (or 0xC66114) is known color: Chocolate. HEX triplet: C6, 61 and 14. RGB value is (198,97,20). Sum of RGB (Red+Green+Blue) = 198+97+20=315 (41% of max value = 765). Red value is 198 (77.73% from 255 or 62.86% from 315); Green value is 97 (38.28% from 255 or 30.79% from 315); Blue value is 20 (8.20% from 255 or 6.35% from 315); Max value from RGB is 198 - color contains mainly: red. Hex color #C66114 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C66114 is #399EEB. Grayscale: #767676. Windows color (decimal): -3776236 or 1335750. OLE color: 1335750.

HSL color Cylindrical-coordinate representation of color #C66114: hue angle of 25.96º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C66114 is Cyan = 0, Magento = 0.51, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 97 20 -
CMYK 0 0.51 0.90 0.22
HSL 25.96º 0.82% 0.43% -
HSV(B) 25.96º 0.9% 0.78% -
XYZ 27.69 20.61 3.18 -
YUV 118.42 72.46 184.76 -
System Red Green Blue C M Y K H S L
Decimal 198 97 20 0 0.51 0.90 0.22 25.96 0.82 0.43
Hex C6 61 14 0 33 5A 16 1A 52 2B
Octal 306 141 24 0 63 132 26 32 122 53
Binary 11000110 1100001 10100 0 110011 1011010 10110 11010 1010010 101011

Color Harmonies of #C66114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66114

Black with #C66114

Text Example


Text Example

White with #C66114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66114; }

 p { color: rgb(198,97,20); }

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

background-color css

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

 a { background-color: rgb(198,97,20); }

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

border-color css

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

 span { border-color: rgb(198,97,20); }

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