Html Css Color HEX #928D74 Gurkha

📋 copy color: '#928D74'

red 146 ◦ green 141 ◦ blue 116

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

Shades of Gurkha #928D74

Tints of Gurkha #928D74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 28.78%

R = 36.23%
G = 34.99%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.21

 K value IS 0.43

RGB Variations

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

Color information

#928D74 (or 0x928D74) is known color: Gurkha. HEX triplet: 92, 8D and 74. RGB value is (146,141,116). Sum of RGB (Red+Green+Blue) = 146+141+116=403 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.23% from 403); Green value is 141 (55.47% from 255 or 34.99% from 403); Blue value is 116 (45.70% from 255 or 28.78% from 403); Max value from RGB is 146 - color contains mainly: red. Hex color #928D74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928D74 is #6D728B. Grayscale: #8B8B8B. Windows color (decimal): -7172748 or 7638418. OLE color: 7638418.

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

Color convert

RGB 146 141 116 -
CMYK 0 0.03 0.21 0.43
HSL 50º 0.12% 0.51% -
HSV(B) 50º 0.21% 0.57% -
XYZ 24.53 26.42 20.33 -
YUV 139.65 114.66 132.53 -
System Red Green Blue C M Y K H S L
Decimal 146 141 116 0 0.03 0.21 0.43 50 0.12 0.51
Hex 92 8D 74 0 3 15 2B 32 C 33
Octal 222 215 164 0 3 25 53 62 14 63
Binary 10010010 10001101 1110100 0 11 10101 101011 110010 1100 110011

Color Harmonies of #928D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928D74

Black with #928D74

Text Example


Text Example

White with #928D74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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