Html Css Color HEX #938C71 Gurkha

📋 copy color: '#938C71'

red 147 ◦ green 140 ◦ blue 113

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

Shades of Gurkha #938C71

Tints of Gurkha #938C71

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35%

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

R = 36.75%
G = 35%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#938C71 (or 0x938C71) is known color: Gurkha. HEX triplet: 93, 8C and 71. RGB value is (147,140,113). Sum of RGB (Red+Green+Blue) = 147+140+113=400 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.75% from 400); Green value is 140 (55.08% from 255 or 35% from 400); Blue value is 113 (44.53% from 255 or 28.25% from 400); Max value from RGB is 147 - color contains mainly: red. Hex color #938C71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938C71 is #6C738E. Grayscale: #8B8B8B. Windows color (decimal): -7107471 or 7441555. OLE color: 7441555.

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

Color convert

RGB 147 140 113 -
CMYK 0 0.05 0.23 0.42
HSL 47.65º 0.14% 0.51% -
HSV(B) 47.65º 0.23% 0.58% -
XYZ 24.39 26.15 19.38 -
YUV 139.02 113.32 133.7 -
System Red Green Blue C M Y K H S L
Decimal 147 140 113 0 0.05 0.23 0.42 47.65 0.14 0.51
Hex 93 8C 71 0 5 17 2A 30 E 33
Octal 223 214 161 0 5 27 52 60 16 63
Binary 10010011 10001100 1110001 0 101 10111 101010 110000 1110 110011

Color Harmonies of #938C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938C71

Black with #938C71

Text Example


Text Example

White with #938C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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