Html Css Color HEX #928B6E Gurkha

📋 copy color: '#928B6E'

red 146 ◦ green 139 ◦ blue 110

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

Shades of Gurkha #928B6E

Tints of Gurkha #928B6E

RGB

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

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

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

R = 36.96%
G = 35.19%
B = 27.85%

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

#928B6E (or 0x928B6E) is known color: Gurkha. HEX triplet: 92, 8B and 6E. RGB value is (146,139,110). Sum of RGB (Red+Green+Blue) = 146+139+110=395 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.96% from 395); Green value is 139 (54.69% from 255 or 35.19% from 395); Blue value is 110 (43.36% from 255 or 27.85% from 395); Max value from RGB is 146 - color contains mainly: red. Hex color #928B6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928B6E is #6D7491. Grayscale: #898989. Windows color (decimal): -7173266 or 7244690. OLE color: 7244690.

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

Color convert

RGB 146 139 110 -
CMYK 0 0.05 0.25 0.43
HSL 48.33º 0.14% 0.5% -
HSV(B) 48.33º 0.25% 0.57% -
XYZ 23.9 25.7 18.45 -
YUV 137.79 112.32 133.86 -
System Red Green Blue C M Y K H S L
Decimal 146 139 110 0 0.05 0.25 0.43 48.33 0.14 0.5
Hex 92 8B 6E 0 5 19 2B 30 E 32
Octal 222 213 156 0 5 31 53 60 16 62
Binary 10010010 10001011 1101110 0 101 11001 101011 110000 1110 110010

Color Harmonies of #928B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928B6E

Black with #928B6E

Text Example


Text Example

White with #928B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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