#C69160

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

Shades of Twine #C69160

Tints of Twine #C69160

Color information

#C69160 (or 0xC69160) is unknown color: approx Twine. HEX triplet: C6, 91 and 60. RGB value is (198,145,96). Sum of RGB (Red+Green+Blue) = 198+145+96=439 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.10% from 439); Green value is 145 (57.03% from 255 or 33.03% from 439); Blue value is 96 (37.89% from 255 or 21.87% from 439); Max value from RGB is 198 - color contains mainly: red. Hex color #C69160 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69160 is #396E9F. Grayscale: #9B9B9B. Windows color (decimal): -3763872 or 6328774. OLE color: 6328774.

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

Color convert

RGB19814596-
CMYK00.270.520.22
HSL28.82º47.22%57.65%-
HSV(B)28.82º51.52%77.65%-
XYZ35.5333.115.58-
YUV155.2694.56158.48-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.10%
GREEN value IS 145 (57.03% from 255) = 33.03%
BLUE value IS 96 (37.89% from 255) = 21.87%
R=45.10%
G=33.03%
B=21.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981459600.270.520.2228.8247.2257.65
HexC6916001B34161d2f3a
Octal3062211400336426355772
Binary110001101001000111000000110111101001011011101101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69160; }

 p { color: rgb(198,145,96); }

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

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

 a { background-color: rgb(198,145,96); }

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

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

 span { border-color: rgb(198,145,96); }

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