Html Css Color HEX #938C76 Gurkha

📋 copy color: '#938C76'

red 147 ◦ green 140 ◦ blue 118

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

Shades of Gurkha #938C76

Tints of Gurkha #938C76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 29.14%

R = 36.3%
G = 34.57%
B = 29.14%

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

#938C76 (or 0x938C76) is known color: Gurkha. HEX triplet: 93, 8C and 76. RGB value is (147,140,118). Sum of RGB (Red+Green+Blue) = 147+140+118=405 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.30% from 405); Green value is 140 (55.08% from 255 or 34.57% from 405); Blue value is 118 (46.48% from 255 or 29.14% from 405); Max value from RGB is 147 - color contains mainly: red. Hex color #938C76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938C76 is #6C7389. Grayscale: #8B8B8B. Windows color (decimal): -7107466 or 7769235. OLE color: 7769235.

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

Color convert

RGB 147 140 118 -
CMYK 0 0.05 0.20 0.42
HSL 45.52º 0.12% 0.52% -
HSV(B) 45.52º 0.2% 0.58% -
XYZ 24.68 26.27 20.91 -
YUV 139.59 115.82 133.29 -
System Red Green Blue C M Y K H S L
Decimal 147 140 118 0 0.05 0.20 0.42 45.52 0.12 0.52
Hex 93 8C 76 0 5 14 2A 2E C 34
Octal 223 214 166 0 5 24 52 56 14 64
Binary 10010011 10001100 1110110 0 101 10100 101010 101110 1100 110100

Color Harmonies of #938C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938C76

Black with #938C76

Text Example


Text Example

White with #938C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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