Html Css Color HEX #928A6F Gurkha

📋 copy color: '#928A6F'

red 146 ◦ green 138 ◦ blue 111

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

Shades of Gurkha #928A6F

Tints of Gurkha #928A6F

RGB

 RED value IS 146 (57.42% from 255) = 36.96%

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

 BLUE value IS 111 (43.75% from 255) = 28.1%

R = 36.96%
G = 34.94%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.24

 K value IS 0.43

RGB Variations

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

Color information

#928A6F (or 0x928A6F) is known color: Gurkha. HEX triplet: 92, 8A and 6F. RGB value is (146,138,111). Sum of RGB (Red+Green+Blue) = 146+138+111=395 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.96% from 395); Green value is 138 (54.30% from 255 or 34.94% from 395); Blue value is 111 (43.75% from 255 or 28.10% from 395); Max value from RGB is 146 - color contains mainly: red. Hex color #928A6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928A6F is #6D7590. Grayscale: #898989. Windows color (decimal): -7173521 or 7309970. OLE color: 7309970.

HSL color Cylindrical-coordinate representation of color #928A6F: hue angle of 46.29º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #928A6F is Cyan = 0, Magento = 0.05, Yellow = 0.24 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 138 111 -
CMYK 0 0.05 0.24 0.43
HSL 46.29º 0.14% 0.5% -
HSV(B) 46.29º 0.24% 0.57% -
XYZ 23.81 25.44 18.69 -
YUV 137.31 113.15 134.2 -
System Red Green Blue C M Y K H S L
Decimal 146 138 111 0 0.05 0.24 0.43 46.29 0.14 0.5
Hex 92 8A 6F 0 5 18 2B 2E E 32
Octal 222 212 157 0 5 30 53 56 16 62
Binary 10010010 10001010 1101111 0 101 11000 101011 101110 1110 110010

Color Harmonies of #928A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928A6F

Black with #928A6F

Text Example


Text Example

White with #928A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #928A6F; }

 p { color: rgb(146,138,111); }

 H1.HeaderClassName
 {
   color: #928A6F;
 }
 .AnyTagClassName
 {
   color: #928A6F;
 }
</style>

background-color css

<style>
 a { background-color: #928A6F; }

 a { background-color: rgb(146,138,111); }

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

border-color css

<style>
 span { border-color: #928A6F; }

 span { border-color: rgb(146,138,111); }

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