Html Css Color HEX #93907A Gurkha

📋 copy color: '#93907A'

red 147 ◦ green 144 ◦ blue 122

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

Shades of Gurkha #93907A

Tints of Gurkha #93907A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 29.54%

R = 35.59%
G = 34.87%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#93907A (or 0x93907A) is known color: Gurkha. HEX triplet: 93, 90 and 7A. RGB value is (147,144,122). Sum of RGB (Red+Green+Blue) = 147+144+122=413 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.59% from 413); Green value is 144 (56.64% from 255 or 34.87% from 413); Blue value is 122 (48.05% from 255 or 29.54% from 413); Max value from RGB is 147 - color contains mainly: red. Hex color #93907A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93907A is #6C6F85. Grayscale: #8E8E8E. Windows color (decimal): -7106438 or 8032403. OLE color: 8032403.

HSL color Cylindrical-coordinate representation of color #93907A: hue angle of 52.8º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #93907A is Cyan = 0, Magento = 0.02, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 144 122 -
CMYK 0 0.02 0.17 0.42
HSL 52.8º 0.1% 0.53% -
HSV(B) 52.8º 0.17% 0.58% -
XYZ 25.52 27.55 22.39 -
YUV 142.39 116.49 131.29 -
System Red Green Blue C M Y K H S L
Decimal 147 144 122 0 0.02 0.17 0.42 52.8 0.1 0.53
Hex 93 90 7A 0 2 11 2A 35 A 35
Octal 223 220 172 0 2 21 52 65 12 65
Binary 10010011 10010000 1111010 0 10 10001 101010 110101 1010 110101

Color Harmonies of #93907A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93907A

Black with #93907A

Text Example


Text Example

White with #93907A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93907A; }

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

 H1.HeaderClassName
 {
   color: #93907A;
 }
 .AnyTagClassName
 {
   color: #93907A;
 }
</style>

background-color css

<style>
 a { background-color: #93907A; }

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

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

border-color css

<style>
 span { border-color: #93907A; }

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

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