Html Css Color HEX #938B6C Gurkha

📋 copy color: '#938B6C'

red 147 ◦ green 139 ◦ blue 108

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

Shades of Gurkha #938B6C

Tints of Gurkha #938B6C

RGB

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

 GREEN value IS 139 (54.69% from 255) = 35.28%

 BLUE value IS 108 (42.58% from 255) = 27.41%

R = 37.31%
G = 35.28%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#938B6C (or 0x938B6C) is known color: Gurkha. HEX triplet: 93, 8B and 6C. RGB value is (147,139,108). Sum of RGB (Red+Green+Blue) = 147+139+108=394 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.31% from 394); Green value is 139 (54.69% from 255 or 35.28% from 394); Blue value is 108 (42.58% from 255 or 27.41% from 394); Max value from RGB is 147 - color contains mainly: red. Hex color #938B6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938B6C is #6C7493. Grayscale: #898989. Windows color (decimal): -7107732 or 7113619. OLE color: 7113619.

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

Color convert

RGB 147 139 108 -
CMYK 0 0.05 0.27 0.42
HSL 47.69º 0.15% 0.5% -
HSV(B) 47.69º 0.27% 0.58% -
XYZ 23.97 25.75 17.89 -
YUV 137.86 111.15 134.52 -
System Red Green Blue C M Y K H S L
Decimal 147 139 108 0 0.05 0.27 0.42 47.69 0.15 0.5
Hex 93 8B 6C 0 5 1B 2A 30 F 32
Octal 223 213 154 0 5 33 52 60 17 62
Binary 10010011 10001011 1101100 0 101 11011 101010 110000 1111 110010

Color Harmonies of #938B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938B6C

Black with #938B6C

Text Example


Text Example

White with #938B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,139,108); }

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

background-color css

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

 a { background-color: rgb(147,139,108); }

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

border-color css

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

 span { border-color: rgb(147,139,108); }

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