#C79660

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

Shades of Twine #C79660

Tints of Twine #C79660

Color information

#C79660 (or 0xC79660) is unknown color: approx Twine. HEX triplet: C7, 96 and 60. RGB value is (199,150,96). Sum of RGB (Red+Green+Blue) = 199+150+96=445 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.72% from 445); Green value is 150 (58.98% from 255 or 33.71% from 445); Blue value is 96 (37.89% from 255 or 21.57% from 445); Max value from RGB is 199 - color contains mainly: red. Hex color #C79660 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C79660 is #38699F. Grayscale: #9E9E9E. Windows color (decimal): -3697056 or 6330055. OLE color: 6330055.

HSL color Cylindrical-coordinate representation of color #C79660: hue angle of 31.46º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C79660 is Cyan = 0, Magento = 0.25, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB19915096-
CMYK00.250.520.22
HSL31.46º47.91%57.84%-
HSV(B)31.46º51.76%78.04%-
XYZ36.5734.815.86-
YUV158.4992.73156.89-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 44.72%
GREEN value IS 150 (58.98% from 255) = 33.71%
BLUE value IS 96 (37.89% from 255) = 21.57%
R=44.72%
G=33.71%
B=21.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991509600.250.520.2231.4647.9157.84
HexC7966001934161f303a
Octal3072261400316426376072
Binary110001111001011011000000110011101001011011111110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C79660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C79660; }

 p { color: rgb(199,150,96); }

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

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

 a { background-color: rgb(199,150,96); }

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

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

 span { border-color: rgb(199,150,96); }

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