Html Css Color HEX #93906E Gurkha

📋 copy color: '#93906E'

red 147 ◦ green 144 ◦ blue 110

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

Shades of Gurkha #93906E

Tints of Gurkha #93906E

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.91%

 BLUE value IS 110 (43.36% from 255) = 27.43%

R = 36.66%
G = 35.91%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#93906E (or 0x93906E) is known color: Gurkha. HEX triplet: 93, 90 and 6E. RGB value is (147,144,110). Sum of RGB (Red+Green+Blue) = 147+144+110=401 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.66% from 401); Green value is 144 (56.64% from 255 or 35.91% from 401); Blue value is 110 (43.36% from 255 or 27.43% from 401); Max value from RGB is 147 - color contains mainly: red. Hex color #93906E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93906E is #6C6F91. Grayscale: #8D8D8D. Windows color (decimal): -7106450 or 7245971. OLE color: 7245971.

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

Color convert

RGB 147 144 110 -
CMYK 0 0.02 0.25 0.42
HSL 55.14º 0.15% 0.5% -
HSV(B) 55.14º 0.25% 0.58% -
XYZ 24.82 27.28 18.71 -
YUV 141.02 110.49 132.26 -
System Red Green Blue C M Y K H S L
Decimal 147 144 110 0 0.02 0.25 0.42 55.14 0.15 0.5
Hex 93 90 6E 0 2 19 2A 37 F 32
Octal 223 220 156 0 2 31 52 67 17 62
Binary 10010011 10010000 1101110 0 10 11001 101010 110111 1111 110010

Color Harmonies of #93906E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93906E

Black with #93906E

Text Example


Text Example

White with #93906E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93906E; }

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

 H1.HeaderClassName
 {
   color: #93906E;
 }
 .AnyTagClassName
 {
   color: #93906E;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #93906E;
 }
 .BgClassName
 {
   background-color: #93906E;
 }
</style>

border-color css

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

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

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