#C89660

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

Shades of Twine #C89660

Tints of Twine #C89660

Color information

#C89660 (or 0xC89660) is unknown color: approx Twine. HEX triplet: C8, 96 and 60. RGB value is (200,150,96). Sum of RGB (Red+Green+Blue) = 200+150+96=446 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.84% from 446); Green value is 150 (58.98% from 255 or 33.63% from 446); Blue value is 96 (37.89% from 255 or 21.52% from 446); Max value from RGB is 200 - color contains mainly: red. Hex color #C89660 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89660 is #37699F. Grayscale: #9F9F9F. Windows color (decimal): -3631520 or 6330056. OLE color: 6330056.

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

Color convert

RGB20015096-
CMYK00.250.520.22
HSL31.15º48.6%58.04%-
HSV(B)31.15º52%78.43%-
XYZ36.8434.9415.87-
YUV158.7992.56157.39-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.84%
GREEN value IS 150 (58.98% from 255) = 33.63%
BLUE value IS 96 (37.89% from 255) = 21.52%
R=44.84%
G=33.63%
B=21.52%

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
Decimal2001509600.250.520.2231.1548.658.04
HexC8966001934161f313a
Octal3102261400316426376172
Binary110010001001011011000000110011101001011011111110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89660; }

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

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

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

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

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

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

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

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