Html Css Color HEX #928D6E Gurkha

📋 copy color: '#928D6E'

red 146 ◦ green 141 ◦ blue 110

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

Shades of Gurkha #928D6E

Tints of Gurkha #928D6E

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.52%

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

R = 36.78%
G = 35.52%
B = 27.71%

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

#928D6E (or 0x928D6E) is known color: Gurkha. HEX triplet: 92, 8D and 6E. RGB value is (146,141,110). Sum of RGB (Red+Green+Blue) = 146+141+110=397 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.78% from 397); Green value is 141 (55.47% from 255 or 35.52% from 397); Blue value is 110 (43.36% from 255 or 27.71% from 397); Max value from RGB is 146 - color contains mainly: red. Hex color #928D6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928D6E is #6D7291. Grayscale: #8B8B8B. Windows color (decimal): -7172754 or 7245202. OLE color: 7245202.

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

Color convert

RGB 146 141 110 -
CMYK 0 0.03 0.25 0.43
HSL 51.67º 0.14% 0.5% -
HSV(B) 51.67º 0.25% 0.57% -
XYZ 24.19 26.29 18.55 -
YUV 138.96 111.66 133.02 -
System Red Green Blue C M Y K H S L
Decimal 146 141 110 0 0.03 0.25 0.43 51.67 0.14 0.5
Hex 92 8D 6E 0 3 19 2B 34 E 32
Octal 222 215 156 0 3 31 53 64 16 62
Binary 10010010 10001101 1101110 0 11 11001 101011 110100 1110 110010

Color Harmonies of #928D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928D6E

Black with #928D6E

Text Example


Text Example

White with #928D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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