Html Css Color HEX #C59660 Twine

📋 copy color: '#C59660'

red 197 ◦ green 150 ◦ blue 96

#C59660
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Twine #C59660

Tints of Twine #C59660

RGB

 RED value IS 197 (77.34% from 255) = 44.47%

 GREEN value IS 150 (58.98% from 255) = 33.86%

 BLUE value IS 96 (37.89% from 255) = 21.67%

R = 44.47%
G = 33.86%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#C59660 (or 0xC59660) is known color: Twine. HEX triplet: C5, 96 and 60. RGB value is (197,150,96). Sum of RGB (Red+Green+Blue) = 197+150+96=443 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.47% from 443); Green value is 150 (58.98% from 255 or 33.86% from 443); Blue value is 96 (37.89% from 255 or 21.67% from 443); Max value from RGB is 197 - color contains mainly: red. Hex color #C59660 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59660 is #3A699F. Grayscale: #9E9E9E. Windows color (decimal): -3828128 or 6330053. OLE color: 6330053.

HSL color Cylindrical-coordinate representation of color #C59660: hue angle of 32.08º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C59660 is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 150 96 -
CMYK 0 0.24 0.51 0.23
HSL 32.08º 0.47% 0.57% -
HSV(B) 32.08º 0.51% 0.77% -
XYZ 36.04 34.53 15.83 -
YUV 157.9 93.07 155.89 -
System Red Green Blue C M Y K H S L
Decimal 197 150 96 0 0.24 0.51 0.23 32.08 0.47 0.57
Hex C5 96 60 0 18 33 17 20 2F 39
Octal 305 226 140 0 30 63 27 40 57 71
Binary 11000101 10010110 1100000 0 11000 110011 10111 100000 101111 111001

Color Harmonies of #C59660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59660

Black with #C59660

Text Example


Text Example

White with #C59660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59660; }

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

 H1.HeaderClassName
 {
   color: #C59660;
 }
 .AnyTagClassName
 {
   color: #C59660;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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