#C49061

Color #C49061 Twine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Twine #C49061

Tints of Twine #C49061

Color information

#C49061 (or 0xC49061) is unknown color: approx Twine. HEX triplet: C4, 90 and 61. RGB value is (196,144,97). Sum of RGB (Red+Green+Blue) = 196+144+97=437 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.85% from 437); Green value is 144 (56.64% from 255 or 32.95% from 437); Blue value is 97 (38.28% from 255 or 22.20% from 437); Max value from RGB is 196 - color contains mainly: red. Hex color #C49061 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49061 is #3B6F9E. Grayscale: #9A9A9A. Windows color (decimal): -3895199 or 6394052. OLE color: 6394052.

HSL color Cylindrical-coordinate representation of color #C49061: hue angle of 28.48º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C49061 is Cyan = 0, Magento = 0.27, Yellow = 0.51 and Black (K on CMYK) = 0.23.

Color convert

RGB19614497-
CMYK00.270.510.23
HSL28.48º45.62%57.45%-
HSV(B)28.48º50.51%76.86%-
XYZ34.932.5515.75-
YUV154.1995.73157.82-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.85%
GREEN value IS 144 (56.64% from 255) = 32.95%
BLUE value IS 97 (38.28% from 255) = 22.20%
R=44.85%
G=32.95%
B=22.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.51
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961449700.270.510.2328.4845.6257.45
HexC4906101B33171c2e39
Octal3042201410336327345671
Binary110001001001000011000010110111100111011111100101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49061; }

 p { color: rgb(196,144,97); }

 H1.HeaderClassName
 {
   color: #C49061;
 }
 .AnyTagClassName
 {
   color: #C49061;
 }
</style>
background-color css

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

 a { background-color: rgb(196,144,97); }

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

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

 span { border-color: rgb(196,144,97); }

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