#C69059

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

Shades of Twine #C69059

Tints of Twine #C69059

Color information

#C69059 (or 0xC69059) is unknown color: approx Twine. HEX triplet: C6, 90 and 59. RGB value is (198,144,89). Sum of RGB (Red+Green+Blue) = 198+144+89=431 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.94% from 431); Green value is 144 (56.64% from 255 or 33.41% from 431); Blue value is 89 (35.16% from 255 or 20.65% from 431); Max value from RGB is 198 - color contains mainly: red. Hex color #C69059 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69059 is #396FA6. Grayscale: #9A9A9A. Windows color (decimal): -3764135 or 5869766. OLE color: 5869766.

HSL color Cylindrical-coordinate representation of color #C69059: hue angle of 30.28º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C69059 is Cyan = 0, Magento = 0.27, Yellow = 0.55 and Black (K on CMYK) = 0.22.

Color convert

RGB19814489-
CMYK00.270.550.22
HSL30.28º48.88%56.27%-
HSV(B)30.28º55.05%77.65%-
XYZ35.0732.6713.91-
YUV153.8891.39159.47-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.94%
GREEN value IS 144 (56.64% from 255) = 33.41%
BLUE value IS 89 (35.16% from 255) = 20.65%
R=45.94%
G=33.41%
B=20.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.55
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981448900.270.550.2230.2848.8856.27
HexC6905901B37161e3138
Octal3062201310336726366170
Binary110001101001000010110010110111101111011011110110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69059; }

 p { color: rgb(198,144,89); }

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

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

 a { background-color: rgb(198,144,89); }

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

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

 span { border-color: rgb(198,144,89); }

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