Html Css Color HEX #938B75 Gurkha

📋 copy color: '#938B75'

red 147 ◦ green 139 ◦ blue 117

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

Shades of Gurkha #938B75

Tints of Gurkha #938B75

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.49%

 BLUE value IS 117 (46.09% from 255) = 29.03%

R = 36.48%
G = 34.49%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#938B75 (or 0x938B75) is known color: Gurkha. HEX triplet: 93, 8B and 75. RGB value is (147,139,117). Sum of RGB (Red+Green+Blue) = 147+139+117=403 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.48% from 403); Green value is 139 (54.69% from 255 or 34.49% from 403); Blue value is 117 (46.09% from 255 or 29.03% from 403); Max value from RGB is 147 - color contains mainly: red. Hex color #938B75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938B75 is #6C748A. Grayscale: #8A8A8A. Windows color (decimal): -7107723 or 7703443. OLE color: 7703443.

HSL color Cylindrical-coordinate representation of color #938B75: hue angle of 44º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #938B75 is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 139 117 -
CMYK 0 0.05 0.20 0.42
HSL 44º 0.12% 0.52% -
HSV(B) 44º 0.2% 0.58% -
XYZ 24.48 25.95 20.55 -
YUV 138.88 115.65 133.79 -
System Red Green Blue C M Y K H S L
Decimal 147 139 117 0 0.05 0.20 0.42 44 0.12 0.52
Hex 93 8B 75 0 5 14 2A 2C C 34
Octal 223 213 165 0 5 24 52 54 14 64
Binary 10010011 10001011 1110101 0 101 10100 101010 101100 1100 110100

Color Harmonies of #938B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938B75

Black with #938B75

Text Example


Text Example

White with #938B75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #938B75; }

 p { color: rgb(147,139,117); }

 H1.HeaderClassName
 {
   color: #938B75;
 }
 .AnyTagClassName
 {
   color: #938B75;
 }
</style>

background-color css

<style>
 a { background-color: #938B75; }

 a { background-color: rgb(147,139,117); }

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

border-color css

<style>
 span { border-color: #938B75; }

 span { border-color: rgb(147,139,117); }

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