Html Css Color HEX #928B6D Gurkha

📋 copy color: '#928B6D'

red 146 ◦ green 139 ◦ blue 109

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

Shades of Gurkha #928B6D

Tints of Gurkha #928B6D

RGB

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

 GREEN value IS 139 (54.69% from 255) = 35.28%

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

R = 37.06%
G = 35.28%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.25

 K value IS 0.43

RGB Variations

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

Color information

#928B6D (or 0x928B6D) is known color: Gurkha. HEX triplet: 92, 8B and 6D. RGB value is (146,139,109). Sum of RGB (Red+Green+Blue) = 146+139+109=394 (52% of max value = 765). Red value is 146 (57.42% from 255 or 37.06% from 394); Green value is 139 (54.69% from 255 or 35.28% from 394); Blue value is 109 (42.97% from 255 or 27.66% from 394); Max value from RGB is 146 - color contains mainly: red. Hex color #928B6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928B6D is #6D7492. Grayscale: #898989. Windows color (decimal): -7173267 or 7179154. OLE color: 7179154.

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

Color convert

RGB 146 139 109 -
CMYK 0 0.05 0.25 0.43
HSL 48.65º 0.15% 0.5% -
HSV(B) 48.65º 0.25% 0.57% -
XYZ 23.85 25.68 18.17 -
YUV 137.67 111.82 133.94 -
System Red Green Blue C M Y K H S L
Decimal 146 139 109 0 0.05 0.25 0.43 48.65 0.15 0.5
Hex 92 8B 6D 0 5 19 2B 31 F 32
Octal 222 213 155 0 5 31 53 61 17 62
Binary 10010010 10001011 1101101 0 101 11001 101011 110001 1111 110010

Color Harmonies of #928B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928B6D

Black with #928B6D

Text Example


Text Example

White with #928B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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