Html Css Color HEX #928971 Gurkha

📋 copy color: '#928971'

red 146 ◦ green 137 ◦ blue 113

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

Shades of Gurkha #928971

Tints of Gurkha #928971

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.6%

 BLUE value IS 113 (44.53% from 255) = 28.54%

R = 36.87%
G = 34.6%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#928971 (or 0x928971) is known color: Gurkha. HEX triplet: 92, 89 and 71. RGB value is (146,137,113). Sum of RGB (Red+Green+Blue) = 146+137+113=396 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.87% from 396); Green value is 137 (53.91% from 255 or 34.60% from 396); Blue value is 113 (44.53% from 255 or 28.54% from 396); Max value from RGB is 146 - color contains mainly: red. Hex color #928971 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928971 is #6D768E. Grayscale: #898989. Windows color (decimal): -7173775 or 7440786. OLE color: 7440786.

HSL color Cylindrical-coordinate representation of color #928971: hue angle of 43.64º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #928971 is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 137 113 -
CMYK 0 0.06 0.23 0.43
HSL 43.64º 0.13% 0.51% -
HSV(B) 43.64º 0.23% 0.57% -
XYZ 23.78 25.19 19.23 -
YUV 136.96 114.48 134.45 -
System Red Green Blue C M Y K H S L
Decimal 146 137 113 0 0.06 0.23 0.43 43.64 0.13 0.51
Hex 92 89 71 0 6 17 2B 2C D 33
Octal 222 211 161 0 6 27 53 54 15 63
Binary 10010010 10001001 1110001 0 110 10111 101011 101100 1101 110011

Color Harmonies of #928971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928971

Black with #928971

Text Example


Text Example

White with #928971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #928971; }

 p { color: rgb(146,137,113); }

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

background-color css

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

 a { background-color: rgb(146,137,113); }

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

border-color css

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

 span { border-color: rgb(146,137,113); }

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