Html Css Color HEX #938A71 Gurkha

📋 copy color: '#938A71'

red 147 ◦ green 138 ◦ blue 113

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

Shades of Gurkha #938A71

Tints of Gurkha #938A71

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.67%

 BLUE value IS 113 (44.53% from 255) = 28.39%

R = 36.93%
G = 34.67%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#938A71 (or 0x938A71) is known color: Gurkha. HEX triplet: 93, 8A and 71. RGB value is (147,138,113). Sum of RGB (Red+Green+Blue) = 147+138+113=398 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.93% from 398); Green value is 138 (54.30% from 255 or 34.67% from 398); Blue value is 113 (44.53% from 255 or 28.39% from 398); Max value from RGB is 147 - color contains mainly: red. Hex color #938A71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938A71 is #6C758E. Grayscale: #898989. Windows color (decimal): -7107983 or 7441043. OLE color: 7441043.

HSL color Cylindrical-coordinate representation of color #938A71: hue angle of 44.12º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #938A71 is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 138 113 -
CMYK 0 0.06 0.23 0.42
HSL 44.12º 0.14% 0.51% -
HSV(B) 44.12º 0.23% 0.58% -
XYZ 24.1 25.57 19.29 -
YUV 137.84 113.98 134.53 -
System Red Green Blue C M Y K H S L
Decimal 147 138 113 0 0.06 0.23 0.42 44.12 0.14 0.51
Hex 93 8A 71 0 6 17 2A 2C E 33
Octal 223 212 161 0 6 27 52 54 16 63
Binary 10010011 10001010 1110001 0 110 10111 101010 101100 1110 110011

Color Harmonies of #938A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938A71

Black with #938A71

Text Example


Text Example

White with #938A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,138,113); }

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

background-color css

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

 a { background-color: rgb(147,138,113); }

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

border-color css

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

 span { border-color: rgb(147,138,113); }

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