Html Css Color HEX #938A6E Gurkha

📋 copy color: '#938A6E'

red 147 ◦ green 138 ◦ blue 110

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

Shades of Gurkha #938A6E

Tints of Gurkha #938A6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 27.85%

R = 37.22%
G = 34.94%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#938A6E (or 0x938A6E) is known color: Gurkha. HEX triplet: 93, 8A and 6E. RGB value is (147,138,110). Sum of RGB (Red+Green+Blue) = 147+138+110=395 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.22% from 395); Green value is 138 (54.30% from 255 or 34.94% from 395); Blue value is 110 (43.36% from 255 or 27.85% from 395); Max value from RGB is 147 - color contains mainly: red. Hex color #938A6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938A6E is #6C7591. Grayscale: #898989. Windows color (decimal): -7107986 or 7244435. OLE color: 7244435.

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

Color convert

RGB 147 138 110 -
CMYK 0 0.06 0.25 0.42
HSL 45.41º 0.15% 0.5% -
HSV(B) 45.41º 0.25% 0.58% -
XYZ 23.94 25.51 18.41 -
YUV 137.5 112.48 134.78 -
System Red Green Blue C M Y K H S L
Decimal 147 138 110 0 0.06 0.25 0.42 45.41 0.15 0.5
Hex 93 8A 6E 0 6 19 2A 2D F 32
Octal 223 212 156 0 6 31 52 55 17 62
Binary 10010011 10001010 1101110 0 110 11001 101010 101101 1111 110010

Color Harmonies of #938A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938A6E

Black with #938A6E

Text Example


Text Example

White with #938A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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