Html Css Color HEX #938A6C Gurkha

📋 copy color: '#938A6C'

red 147 ◦ green 138 ◦ blue 108

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

Shades of Gurkha #938A6C

Tints of Gurkha #938A6C

RGB

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

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

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

R = 37.4%
G = 35.11%
B = 27.48%

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

#938A6C (or 0x938A6C) is known color: Gurkha. HEX triplet: 93, 8A and 6C. RGB value is (147,138,108). Sum of RGB (Red+Green+Blue) = 147+138+108=393 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.40% from 393); Green value is 138 (54.30% from 255 or 35.11% from 393); Blue value is 108 (42.58% from 255 or 27.48% from 393); Max value from RGB is 147 - color contains mainly: red. Hex color #938A6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938A6C is #6C7593. Grayscale: #898989. Windows color (decimal): -7107988 or 7113363. OLE color: 7113363.

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

Color convert

RGB 147 138 108 -
CMYK 0 0.06 0.27 0.42
HSL 46.15º 0.15% 0.5% -
HSV(B) 46.15º 0.27% 0.58% -
XYZ 23.83 25.46 17.85 -
YUV 137.27 111.48 134.94 -
System Red Green Blue C M Y K H S L
Decimal 147 138 108 0 0.06 0.27 0.42 46.15 0.15 0.5
Hex 93 8A 6C 0 6 1B 2A 2E F 32
Octal 223 212 154 0 6 33 52 56 17 62
Binary 10010011 10001010 1101100 0 110 11011 101010 101110 1111 110010

Color Harmonies of #938A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938A6C

Black with #938A6C

Text Example


Text Example

White with #938A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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