#C6955C

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

Shades of Twine #C6955C

Tints of Twine #C6955C

Color information

#C6955C (or 0xC6955C) is unknown color: approx Twine. HEX triplet: C6, 95 and 5C. RGB value is (198,149,92). Sum of RGB (Red+Green+Blue) = 198+149+92=439 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.10% from 439); Green value is 149 (58.59% from 255 or 33.94% from 439); Blue value is 92 (36.33% from 255 or 20.96% from 439); Max value from RGB is 198 - color contains mainly: red. Hex color #C6955C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6955C is #396AA3. Grayscale: #9D9D9D. Windows color (decimal): -3762852 or 6067654. OLE color: 6067654.

HSL color Cylindrical-coordinate representation of color #C6955C: hue angle of 32.26º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C6955C is Cyan = 0, Magento = 0.25, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB19814992-
CMYK00.250.540.22
HSL32.26º48.18%56.86%-
HSV(B)32.26º53.54%77.65%-
XYZ35.9734.2714.84-
YUV157.1591.23157.13-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.10%
GREEN value IS 149 (58.59% from 255) = 33.94%
BLUE value IS 92 (36.33% from 255) = 20.96%
R=45.10%
G=33.94%
B=20.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981499200.250.540.2232.2648.1856.86
HexC6955C0193616203039
Octal3062251340316626406071
Binary1100011010010101101110001100111011010110100000110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6955C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6955C; }

 p { color: rgb(198,149,92); }

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

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

 a { background-color: rgb(198,149,92); }

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

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

 span { border-color: rgb(198,149,92); }

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