#936E6A

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

Shades of Ferra #936E6A

Tints of Ferra #936E6A

Color information

#936E6A (or 0x936E6A) is unknown color: approx Ferra. HEX triplet: 93, 6E and 6A. RGB value is (147,110,106). Sum of RGB (Red+Green+Blue) = 147+110+106=363 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.50% from 363); Green value is 110 (43.36% from 255 or 30.30% from 363); Blue value is 106 (41.80% from 255 or 29.20% from 363); Max value from RGB is 147 - color contains mainly: red. Hex color #936E6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936E6A is #6C9195. Grayscale: #787878. Windows color (decimal): -7115158 or 6975123. OLE color: 6975123.

HSL color Cylindrical-coordinate representation of color #936E6A: hue angle of 5.85º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #936E6A is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB147110106-
CMYK00.250.280.42
HSL5.85º16.21%49.61%-
HSV(B)5.85º27.89%57.65%-
XYZ20.2118.416.12-
YUV120.61119.76146.83-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.50%
GREEN value IS 110 (43.36% from 255) = 30.30%
BLUE value IS 106 (41.80% from 255) = 29.20%
R=40.50%
G=30.30%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14711010600.250.280.425.8516.2149.61
Hex936E6A0191C2A61032
Octal223156152031345262062
Binary10010011110111011010100110011110010101011010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936E6A; }

 p { color: rgb(147,110,106); }

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

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

 a { background-color: rgb(147,110,106); }

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

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

 span { border-color: rgb(147,110,106); }

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