Html Css Color HEX #928E6D Gurkha

📋 copy color: '#928E6D'

red 146 ◦ green 142 ◦ blue 109

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

Shades of Gurkha #928E6D

Tints of Gurkha #928E6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 27.46%

R = 36.78%
G = 35.77%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.25

 K value IS 0.43

RGB Variations

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

Color information

#928E6D (or 0x928E6D) is known color: Gurkha. HEX triplet: 92, 8E and 6D. RGB value is (146,142,109). Sum of RGB (Red+Green+Blue) = 146+142+109=397 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.78% from 397); Green value is 142 (55.86% from 255 or 35.77% from 397); Blue value is 109 (42.97% from 255 or 27.46% from 397); Max value from RGB is 146 - color contains mainly: red. Hex color #928E6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928E6D is #6D7192. Grayscale: #8B8B8B. Windows color (decimal): -7172499 or 7179922. OLE color: 7179922.

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

Color convert

RGB 146 142 109 -
CMYK 0 0.03 0.25 0.43
HSL 53.51º 0.15% 0.5% -
HSV(B) 53.51º 0.25% 0.57% -
XYZ 24.29 26.56 18.31 -
YUV 139.43 110.83 132.68 -
System Red Green Blue C M Y K H S L
Decimal 146 142 109 0 0.03 0.25 0.43 53.51 0.15 0.5
Hex 92 8E 6D 0 3 19 2B 36 F 32
Octal 222 216 155 0 3 31 53 66 17 62
Binary 10010010 10001110 1101101 0 11 11001 101011 110110 1111 110010

Color Harmonies of #928E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928E6D

Black with #928E6D

Text Example


Text Example

White with #928E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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