Html Css Color HEX #938C74 Gurkha

📋 copy color: '#938C74'

red 147 ◦ green 140 ◦ blue 116

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

Shades of Gurkha #938C74

Tints of Gurkha #938C74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 28.78%

R = 36.48%
G = 34.74%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#938C74 (or 0x938C74) is known color: Gurkha. HEX triplet: 93, 8C and 74. RGB value is (147,140,116). Sum of RGB (Red+Green+Blue) = 147+140+116=403 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.48% from 403); Green value is 140 (55.08% from 255 or 34.74% from 403); Blue value is 116 (45.70% from 255 or 28.78% from 403); Max value from RGB is 147 - color contains mainly: red. Hex color #938C74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938C74 is #6C738B. Grayscale: #8B8B8B. Windows color (decimal): -7107468 or 7638163. OLE color: 7638163.

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

Color convert

RGB 147 140 116 -
CMYK 0 0.05 0.21 0.42
HSL 46.45º 0.13% 0.52% -
HSV(B) 46.45º 0.21% 0.58% -
XYZ 24.56 26.22 20.29 -
YUV 139.36 114.82 133.45 -
System Red Green Blue C M Y K H S L
Decimal 147 140 116 0 0.05 0.21 0.42 46.45 0.13 0.52
Hex 93 8C 74 0 5 15 2A 2E D 34
Octal 223 214 164 0 5 25 52 56 15 64
Binary 10010011 10001100 1110100 0 101 10101 101010 101110 1101 110100

Color Harmonies of #938C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938C74

Black with #938C74

Text Example


Text Example

White with #938C74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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