Html Css Color HEX #928E70 Gurkha

📋 copy color: '#928E70'

red 146 ◦ green 142 ◦ blue 112

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

Shades of Gurkha #928E70

Tints of Gurkha #928E70

RGB

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

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

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

R = 36.5%
G = 35.5%
B = 28%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#928E70 (or 0x928E70) is known color: Gurkha. HEX triplet: 92, 8E and 70. RGB value is (146,142,112). Sum of RGB (Red+Green+Blue) = 146+142+112=400 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.5% from 400); Green value is 142 (55.86% from 255 or 35.5% from 400); Blue value is 112 (44.14% from 255 or 28% from 400); Max value from RGB is 146 - color contains mainly: red. Hex color #928E70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928E70 is #6D718F. Grayscale: #8B8B8B. Windows color (decimal): -7172496 or 7376530. OLE color: 7376530.

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

Color convert

RGB 146 142 112 -
CMYK 0 0.03 0.23 0.43
HSL 52.94º 0.13% 0.51% -
HSV(B) 52.94º 0.23% 0.57% -
XYZ 24.45 26.63 19.18 -
YUV 139.78 112.33 132.44 -
System Red Green Blue C M Y K H S L
Decimal 146 142 112 0 0.03 0.23 0.43 52.94 0.13 0.51
Hex 92 8E 70 0 3 17 2B 35 D 33
Octal 222 216 160 0 3 27 53 65 15 63
Binary 10010010 10001110 1110000 0 11 10111 101011 110101 1101 110011

Color Harmonies of #928E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928E70

Black with #928E70

Text Example


Text Example

White with #928E70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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