#C6905F

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

Shades of Twine #C6905F

Tints of Twine #C6905F

Color information

#C6905F (or 0xC6905F) is unknown color: approx Twine. HEX triplet: C6, 90 and 5F. RGB value is (198,144,95). Sum of RGB (Red+Green+Blue) = 198+144+95=437 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.31% from 437); Green value is 144 (56.64% from 255 or 32.95% from 437); Blue value is 95 (37.5% from 255 or 21.74% from 437); Max value from RGB is 198 - color contains mainly: red. Hex color #C6905F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6905F is #396FA0. Grayscale: #9A9A9A. Windows color (decimal): -3764129 or 6262982. OLE color: 6262982.

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

Color convert

RGB19814495-
CMYK00.270.520.22
HSL28.54º47.47%57.45%-
HSV(B)28.54º52.02%77.65%-
XYZ35.3332.7815.29-
YUV154.5694.39158.98-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.31%
GREEN value IS 144 (56.64% from 255) = 32.95%
BLUE value IS 95 (37.5% from 255) = 21.74%
R=45.31%
G=32.95%
B=21.74%

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
Decimal1981449500.270.520.2228.5447.4757.45
HexC6905F01B34161d2f39
Octal3062201370336426355771
Binary110001101001000010111110110111101001011011101101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6905F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6905F; }

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

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

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

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

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

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

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

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