#C6905A

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

Shades of Twine #C6905A

Tints of Twine #C6905A

Color information

#C6905A (or 0xC6905A) is unknown color: approx Twine. HEX triplet: C6, 90 and 5A. RGB value is (198,144,90). Sum of RGB (Red+Green+Blue) = 198+144+90=432 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.83% from 432); Green value is 144 (56.64% from 255 or 33.33% from 432); Blue value is 90 (35.55% from 255 or 20.83% from 432); Max value from RGB is 198 - color contains mainly: red. Hex color #C6905A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6905A is #396FA5. Grayscale: #9A9A9A. Windows color (decimal): -3764134 or 5935302. OLE color: 5935302.

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

Color convert

RGB19814490-
CMYK00.270.550.22
HSL30º48.65%56.47%-
HSV(B)30º54.55%77.65%-
XYZ35.1132.6914.13-
YUV153.9991.89159.39-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.83%
GREEN value IS 144 (56.64% from 255) = 33.33%
BLUE value IS 90 (35.55% from 255) = 20.83%
R=45.83%
G=33.33%
B=20.83%

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
Decimal1981449000.270.550.223048.6556.47
HexC6905A01B37161e3138
Octal3062201320336726366170
Binary110001101001000010110100110111101111011011110110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6905A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6905A; }

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

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

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

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

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

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

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

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