#C99656

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

Shades of Twine #C99656

Tints of Twine #C99656

Color information

#C99656 (or 0xC99656) is unknown color: approx Twine. HEX triplet: C9, 96 and 56. RGB value is (201,150,86). Sum of RGB (Red+Green+Blue) = 201+150+86=437 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.00% from 437); Green value is 150 (58.98% from 255 or 34.32% from 437); Blue value is 86 (33.98% from 255 or 19.68% from 437); Max value from RGB is 201 - color contains mainly: red. Hex color #C99656 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99656 is #3669A9. Grayscale: #9E9E9E. Windows color (decimal): -3565994 or 5674697. OLE color: 5674697.

HSL color Cylindrical-coordinate representation of color #C99656: hue angle of 33.39º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C99656 is Cyan = 0, Magento = 0.25, Yellow = 0.57 and Black (K on CMYK) = 0.21.

Color convert

RGB20115086-
CMYK00.250.570.21
HSL33.39º51.57%56.27%-
HSV(B)33.39º57.21%78.82%-
XYZ36.6734.913.61-
YUV157.9587.4158.7-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 46.00%
GREEN value IS 150 (58.98% from 255) = 34.32%
BLUE value IS 86 (33.98% from 255) = 19.68%
R=46.00%
G=34.32%
B=19.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.57
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011508600.250.570.2133.3951.5756.27
HexC996560193915213438
Octal3112261260317125416470
Binary1100100110010110101011001100111100110101100001110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99656; }

 p { color: rgb(201,150,86); }

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

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

 a { background-color: rgb(201,150,86); }

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

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

 span { border-color: rgb(201,150,86); }

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