Html Css Color HEX #928E6F Gurkha

📋 copy color: '#928E6F'

red 146 ◦ green 142 ◦ blue 111

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

Shades of Gurkha #928E6F

Tints of Gurkha #928E6F

RGB

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

 GREEN value IS 142 (55.86% from 255) = 35.59%

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

R = 36.59%
G = 35.59%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.24

 K value IS 0.43

RGB Variations

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

Color information

#928E6F (or 0x928E6F) is known color: Gurkha. HEX triplet: 92, 8E and 6F. RGB value is (146,142,111). Sum of RGB (Red+Green+Blue) = 146+142+111=399 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.59% from 399); Green value is 142 (55.86% from 255 or 35.59% from 399); Blue value is 111 (43.75% from 255 or 27.82% from 399); Max value from RGB is 146 - color contains mainly: red. Hex color #928E6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928E6F is #6D7190. Grayscale: #8B8B8B. Windows color (decimal): -7172497 or 7310994. OLE color: 7310994.

HSL color Cylindrical-coordinate representation of color #928E6F: hue angle of 53.14º 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 #928E6F is Cyan = 0, Magento = 0.03, Yellow = 0.24 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 142 111 -
CMYK 0 0.03 0.24 0.43
HSL 53.14º 0.14% 0.5% -
HSV(B) 53.14º 0.24% 0.57% -
XYZ 24.4 26.6 18.89 -
YUV 139.66 111.83 132.52 -
System Red Green Blue C M Y K H S L
Decimal 146 142 111 0 0.03 0.24 0.43 53.14 0.14 0.5
Hex 92 8E 6F 0 3 18 2B 35 E 32
Octal 222 216 157 0 3 30 53 65 16 62
Binary 10010010 10001110 1101111 0 11 11000 101011 110101 1110 110010

Color Harmonies of #928E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928E6F

Black with #928E6F

Text Example


Text Example

White with #928E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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