Html Css Color HEX #928C70 Gurkha

📋 copy color: '#928C70'

red 146 ◦ green 140 ◦ blue 112

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

Shades of Gurkha #928C70

Tints of Gurkha #928C70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 28.14%

R = 36.68%
G = 35.18%
B = 28.14%

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

#928C70 (or 0x928C70) is known color: Gurkha. HEX triplet: 92, 8C and 70. RGB value is (146,140,112). Sum of RGB (Red+Green+Blue) = 146+140+112=398 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.68% from 398); Green value is 140 (55.08% from 255 or 35.18% from 398); Blue value is 112 (44.14% from 255 or 28.14% from 398); Max value from RGB is 146 - color contains mainly: red. Hex color #928C70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928C70 is #6D738F. Grayscale: #8A8A8A. Windows color (decimal): -7173008 or 7376018. OLE color: 7376018.

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

Color convert

RGB 146 140 112 -
CMYK 0 0.04 0.23 0.43
HSL 49.41º 0.13% 0.51% -
HSV(B) 49.41º 0.23% 0.57% -
XYZ 24.16 26.04 19.08 -
YUV 138.6 112.99 133.28 -
System Red Green Blue C M Y K H S L
Decimal 146 140 112 0 0.04 0.23 0.43 49.41 0.13 0.51
Hex 92 8C 70 0 4 17 2B 31 D 33
Octal 222 214 160 0 4 27 53 61 15 63
Binary 10010010 10001100 1110000 0 100 10111 101011 110001 1101 110011

Color Harmonies of #928C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928C70

Black with #928C70

Text Example


Text Example

White with #928C70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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