#936F6B

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

Shades of Ferra #936F6B

Tints of Ferra #936F6B

Color information

#936F6B (or 0x936F6B) is unknown color: approx Ferra. HEX triplet: 93, 6F and 6B. RGB value is (147,111,107). Sum of RGB (Red+Green+Blue) = 147+111+107=365 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.27% from 365); Green value is 111 (43.75% from 255 or 30.41% from 365); Blue value is 107 (42.19% from 255 or 29.32% from 365); Max value from RGB is 147 - color contains mainly: red. Hex color #936F6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936F6B is #6C9094. Grayscale: #797979. Windows color (decimal): -7114901 or 7040915. OLE color: 7040915.

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

Color convert

RGB147111107-
CMYK00.240.270.42
HSL15.75%49.8%-
HSV(B)27.21%57.65%-
XYZ20.3718.6316.43-
YUV121.31119.93146.33-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.27%
GREEN value IS 111 (43.75% from 255) = 30.41%
BLUE value IS 107 (42.19% from 255) = 29.32%
R=40.27%
G=30.41%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14711110700.240.270.42615.7549.8
Hex936F6B0181B2A61032
Octal223157153030335262062
Binary10010011110111111010110110001101110101011010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,111,107); }

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

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

 a { background-color: rgb(147,111,107); }

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

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

 span { border-color: rgb(147,111,107); }

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