Html Css Color HEX #938A6B Gurkha

📋 copy color: '#938A6B'

red 147 ◦ green 138 ◦ blue 107

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

Shades of Gurkha #938A6B

Tints of Gurkha #938A6B

RGB

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

 GREEN value IS 138 (54.3% from 255) = 35.2%

 BLUE value IS 107 (42.19% from 255) = 27.3%

R = 37.5%
G = 35.2%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#938A6B (or 0x938A6B) is known color: Gurkha. HEX triplet: 93, 8A and 6B. RGB value is (147,138,107). Sum of RGB (Red+Green+Blue) = 147+138+107=392 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.5% from 392); Green value is 138 (54.30% from 255 or 35.20% from 392); Blue value is 107 (42.19% from 255 or 27.30% from 392); Max value from RGB is 147 - color contains mainly: red. Hex color #938A6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938A6B is #6C7594. Grayscale: #898989. Windows color (decimal): -7107989 or 7047827. OLE color: 7047827.

HSL color Cylindrical-coordinate representation of color #938A6B: hue angle of 46.5º degrees, saturation: 0.16, 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 #938A6B is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 138 107 -
CMYK 0 0.06 0.27 0.42
HSL 46.5º 0.16% 0.5% -
HSV(B) 46.5º 0.27% 0.58% -
XYZ 23.77 25.44 17.57 -
YUV 137.16 110.98 135.02 -
System Red Green Blue C M Y K H S L
Decimal 147 138 107 0 0.06 0.27 0.42 46.5 0.16 0.5
Hex 93 8A 6B 0 6 1B 2A 2E 10 32
Octal 223 212 153 0 6 33 52 56 20 62
Binary 10010011 10001010 1101011 0 110 11011 101010 101110 10000 110010

Color Harmonies of #938A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938A6B

Black with #938A6B

Text Example


Text Example

White with #938A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,138,107); }

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

background-color css

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

 a { background-color: rgb(147,138,107); }

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

border-color css

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

 span { border-color: rgb(147,138,107); }

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