Html Css Color HEX #938D72 Gurkha

📋 copy color: '#938D72'

red 147 ◦ green 141 ◦ blue 114

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

Shades of Gurkha #938D72

Tints of Gurkha #938D72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 28.36%

R = 36.57%
G = 35.07%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#938D72 (or 0x938D72) is known color: Gurkha. HEX triplet: 93, 8D and 72. RGB value is (147,141,114). Sum of RGB (Red+Green+Blue) = 147+141+114=402 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.57% from 402); Green value is 141 (55.47% from 255 or 35.07% from 402); Blue value is 114 (44.92% from 255 or 28.36% from 402); Max value from RGB is 147 - color contains mainly: red. Hex color #938D72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938D72 is #6C728D. Grayscale: #8B8B8B. Windows color (decimal): -7107214 or 7507347. OLE color: 7507347.

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

Color convert

RGB 147 141 114 -
CMYK 0 0.04 0.22 0.42
HSL 49.09º 0.13% 0.51% -
HSV(B) 49.09º 0.22% 0.58% -
XYZ 24.59 26.47 19.73 -
YUV 139.72 113.49 133.2 -
System Red Green Blue C M Y K H S L
Decimal 147 141 114 0 0.04 0.22 0.42 49.09 0.13 0.51
Hex 93 8D 72 0 4 16 2A 31 D 33
Octal 223 215 162 0 4 26 52 61 15 63
Binary 10010011 10001101 1110010 0 100 10110 101010 110001 1101 110011

Color Harmonies of #938D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938D72

Black with #938D72

Text Example


Text Example

White with #938D72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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