Html Css Color HEX #928B74 Gurkha

📋 copy color: '#928B74'

red 146 ◦ green 139 ◦ blue 116

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

Shades of Gurkha #928B74

Tints of Gurkha #928B74

RGB

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

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

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

R = 36.41%
G = 34.66%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.21

 K value IS 0.43

RGB Variations

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

Color information

#928B74 (or 0x928B74) is known color: Gurkha. HEX triplet: 92, 8B and 74. RGB value is (146,139,116). Sum of RGB (Red+Green+Blue) = 146+139+116=401 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.41% from 401); Green value is 139 (54.69% from 255 or 34.66% from 401); Blue value is 116 (45.70% from 255 or 28.93% from 401); Max value from RGB is 146 - color contains mainly: red. Hex color #928B74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928B74 is #6D748B. Grayscale: #8A8A8A. Windows color (decimal): -7173260 or 7637906. OLE color: 7637906.

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

Color convert

RGB 146 139 116 -
CMYK 0 0.05 0.21 0.43
HSL 46º 0.12% 0.51% -
HSV(B) 46º 0.21% 0.57% -
XYZ 24.24 25.84 20.23 -
YUV 138.47 115.32 133.37 -
System Red Green Blue C M Y K H S L
Decimal 146 139 116 0 0.05 0.21 0.43 46 0.12 0.51
Hex 92 8B 74 0 5 15 2B 2E C 33
Octal 222 213 164 0 5 25 53 56 14 63
Binary 10010010 10001011 1110100 0 101 10101 101011 101110 1100 110011

Color Harmonies of #928B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928B74

Black with #928B74

Text Example


Text Example

White with #928B74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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