Html Css Color HEX #928E74 Gurkha

📋 copy color: '#928E74'

red 146 ◦ green 142 ◦ blue 116

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

Shades of Gurkha #928E74

Tints of Gurkha #928E74

RGB

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

 GREEN value IS 142 (55.86% from 255) = 35.15%

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

R = 36.14%
G = 35.15%
B = 28.71%

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

#928E74 (or 0x928E74) is known color: Gurkha. HEX triplet: 92, 8E and 74. RGB value is (146,142,116). Sum of RGB (Red+Green+Blue) = 146+142+116=404 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.14% from 404); Green value is 142 (55.86% from 255 or 35.15% from 404); Blue value is 116 (45.70% from 255 or 28.71% from 404); Max value from RGB is 146 - color contains mainly: red. Hex color #928E74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928E74 is #6D718B. Grayscale: #8C8C8C. Windows color (decimal): -7172492 or 7638674. OLE color: 7638674.

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

Color convert

RGB 146 142 116 -
CMYK 0 0.03 0.21 0.43
HSL 52º 0.12% 0.51% -
HSV(B) 52º 0.21% 0.57% -
XYZ 24.68 26.72 20.38 -
YUV 140.23 114.33 132.11 -
System Red Green Blue C M Y K H S L
Decimal 146 142 116 0 0.03 0.21 0.43 52 0.12 0.51
Hex 92 8E 74 0 3 15 2B 34 C 33
Octal 222 216 164 0 3 25 53 64 14 63
Binary 10010010 10001110 1110100 0 11 10101 101011 110100 1100 110011

Color Harmonies of #928E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928E74

Black with #928E74

Text Example


Text Example

White with #928E74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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