Html Css Color HEX #938D75 Gurkha

📋 copy color: '#938D75'

red 147 ◦ green 141 ◦ blue 117

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

Shades of Gurkha #938D75

Tints of Gurkha #938D75

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.81%

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

R = 36.3%
G = 34.81%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#938D75 (or 0x938D75) is known color: Gurkha. HEX triplet: 93, 8D and 75. RGB value is (147,141,117). Sum of RGB (Red+Green+Blue) = 147+141+117=405 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.30% from 405); Green value is 141 (55.47% from 255 or 34.81% from 405); Blue value is 117 (46.09% from 255 or 28.89% from 405); Max value from RGB is 147 - color contains mainly: red. Hex color #938D75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938D75 is #6C728A. Grayscale: #8C8C8C. Windows color (decimal): -7107211 or 7703955. OLE color: 7703955.

HSL color Cylindrical-coordinate representation of color #938D75: hue angle of 48º 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 #938D75 is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 141 117 -
CMYK 0 0.04 0.20 0.42
HSL 48º 0.12% 0.52% -
HSV(B) 48º 0.2% 0.58% -
XYZ 24.77 26.54 20.65 -
YUV 140.06 114.99 132.95 -
System Red Green Blue C M Y K H S L
Decimal 147 141 117 0 0.04 0.20 0.42 48 0.12 0.52
Hex 93 8D 75 0 4 14 2A 30 C 34
Octal 223 215 165 0 4 24 52 60 14 64
Binary 10010011 10001101 1110101 0 100 10100 101010 110000 1100 110100

Color Harmonies of #938D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938D75

Black with #938D75

Text Example


Text Example

White with #938D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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