Html Css Color HEX #928C71 Gurkha

📋 copy color: '#928C71'

red 146 ◦ green 140 ◦ blue 113

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

Shades of Gurkha #928C71

Tints of Gurkha #928C71

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.09%

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

R = 36.59%
G = 35.09%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#928C71 (or 0x928C71) is known color: Gurkha. HEX triplet: 92, 8C and 71. RGB value is (146,140,113). Sum of RGB (Red+Green+Blue) = 146+140+113=399 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.59% from 399); Green value is 140 (55.08% from 255 or 35.09% from 399); Blue value is 113 (44.53% from 255 or 28.32% from 399); Max value from RGB is 146 - color contains mainly: red. Hex color #928C71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928C71 is #6D738E. Grayscale: #8A8A8A. Windows color (decimal): -7173007 or 7441554. OLE color: 7441554.

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

Color convert

RGB 146 140 113 -
CMYK 0 0.04 0.23 0.43
HSL 49.09º 0.13% 0.51% -
HSV(B) 49.09º 0.23% 0.57% -
XYZ 24.21 26.06 19.38 -
YUV 138.72 113.49 133.2 -
System Red Green Blue C M Y K H S L
Decimal 146 140 113 0 0.04 0.23 0.43 49.09 0.13 0.51
Hex 92 8C 71 0 4 17 2B 31 D 33
Octal 222 214 161 0 4 27 53 61 15 63
Binary 10010010 10001100 1110001 0 100 10111 101011 110001 1101 110011

Color Harmonies of #928C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928C71

Black with #928C71

Text Example


Text Example

White with #928C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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