#C6955A

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

Shades of Twine #C6955A

Tints of Twine #C6955A

Color information

#C6955A (or 0xC6955A) is unknown color: approx Twine. HEX triplet: C6, 95 and 5A. RGB value is (198,149,90). Sum of RGB (Red+Green+Blue) = 198+149+90=437 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.31% from 437); Green value is 149 (58.59% from 255 or 34.10% from 437); Blue value is 90 (35.55% from 255 or 20.59% from 437); Max value from RGB is 198 - color contains mainly: red. Hex color #C6955A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6955A is #396AA5. Grayscale: #9D9D9D. Windows color (decimal): -3762854 or 5936582. OLE color: 5936582.

HSL color Cylindrical-coordinate representation of color #C6955A: hue angle of 32.78º 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 #C6955A is Cyan = 0, Magento = 0.25, Yellow = 0.55 and Black (K on CMYK) = 0.22.

Color convert

RGB19814990-
CMYK00.250.550.22
HSL32.78º48.65%56.47%-
HSV(B)32.78º54.55%77.65%-
XYZ35.8834.2414.39-
YUV156.9290.23157.3-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.31%
GREEN value IS 149 (58.59% from 255) = 34.10%
BLUE value IS 90 (35.55% from 255) = 20.59%
R=45.31%
G=34.10%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.55
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981499000.250.550.2232.7848.6556.47
HexC6955A0193716213138
Octal3062251320316726416170
Binary1100011010010101101101001100111011110110100001110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6955A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6955A; }

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

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

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

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

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

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

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

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