Html Css Color HEX #936E6A Ferra

📋 copy color: '#936E6A'

red 147 ◦ green 110 ◦ blue 106

#936E6A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ferra #936E6A

Tints of Ferra #936E6A

RGB

 RED value IS 147 (57.81% from 255) = 40.5%

 GREEN value IS 110 (43.36% from 255) = 30.3%

 BLUE value IS 106 (41.8% from 255) = 29.2%

R = 40.5%
G = 30.3%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#936E6A (or 0x936E6A) is known color: 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

RGB 147 110 106 -
CMYK 0 0.25 0.28 0.42
HSL 5.85º 0.16% 0.5% -
HSV(B) 5.85º 0.28% 0.58% -
XYZ 20.21 18.4 16.12 -
YUV 120.61 119.76 146.83 -
System Red Green Blue C M Y K H S L
Decimal 147 110 106 0 0.25 0.28 0.42 5.85 0.16 0.5
Hex 93 6E 6A 0 19 1C 2A 6 10 32
Octal 223 156 152 0 31 34 52 6 20 62
Binary 10010011 1101110 1101010 0 11001 11100 101010 110 10000 110010

Color Harmonies of #936E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #936E6A

Black with #936E6A

Text Example


Text Example

White with #936E6A

Text Example


Text Example

HTML Codes & Css Web 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>