#C99654

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

Shades of Twine #C99654

Tints of Twine #C99654

Color information

#C99654 (or 0xC99654) is unknown color: approx Twine. HEX triplet: C9, 96 and 54. RGB value is (201,150,84). Sum of RGB (Red+Green+Blue) = 201+150+84=435 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.21% from 435); Green value is 150 (58.98% from 255 or 34.48% from 435); Blue value is 84 (33.20% from 255 or 19.31% from 435); Max value from RGB is 201 - color contains mainly: red. Hex color #C99654 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99654 is #3669AB. Grayscale: #9E9E9E. Windows color (decimal): -3565996 or 5543625. OLE color: 5543625.

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

Color convert

RGB20115084-
CMYK00.250.580.21
HSL33.85º52%55.88%-
HSV(B)33.85º58.21%78.82%-
XYZ36.5934.8713.19-
YUV157.7286.4158.87-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 46.21%
GREEN value IS 150 (58.98% from 255) = 34.48%
BLUE value IS 84 (33.20% from 255) = 19.31%
R=46.21%
G=34.48%
B=19.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.58
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011508400.250.580.2133.855255.88
HexC996540193A15223438
Octal3112261240317225426470
Binary1100100110010110101010001100111101010101100010110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99654; }

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

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

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

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

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

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

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

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