#906C6C

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

Shades of Ferra #906C6C

Tints of Ferra #906C6C

Color information

#906C6C (or 0x906C6C) is unknown color: approx Ferra. HEX triplet: 90, 6C and 6C. RGB value is (144,108,108). Sum of RGB (Red+Green+Blue) = 144+108+108=360 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40% from 360); Green value is 108 (42.58% from 255 or 30% from 360); Blue value is 108 (42.58% from 255 or 30% from 360); Max value from RGB is 144 - color contains mainly: red. Hex color #906C6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906C6C is #6F9393. Grayscale: #767676. Windows color (decimal): -7312276 or 7105680. OLE color: 7105680.

HSL color Cylindrical-coordinate representation of color #906C6C: hue angle of 0º degrees, saturation: 0.14, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #906C6C is Cyan = 0, Magento = 0.25, Yellow = 0.25 and Black (K on CMYK) = 0.44.

Color convert

RGB144108108-
CMYK00.250.250.44
HSL14.29%49.41%-
HSV(B)25%56.47%-
XYZ19.5717.7416.58-
YUV118.76121.93146-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 40%
GREEN value IS 108 (42.58% from 255) = 30%
BLUE value IS 108 (42.58% from 255) = 30%
R=40%
G=30%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.25
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14410810800.250.250.44014.2949.41
Hex906C6C019192C0e31
Octal220154154031315401661
Binary10010000110110011011000110011100110110001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906C6C; }

 p { color: rgb(144,108,108); }

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

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

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

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

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

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

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