Html Css Color HEX #928F70 Gurkha

📋 copy color: '#928F70'

red 146 ◦ green 143 ◦ blue 112

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

Shades of Gurkha #928F70

Tints of Gurkha #928F70

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.66%

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

R = 36.41%
G = 35.66%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#928F70 (or 0x928F70) is known color: Gurkha. HEX triplet: 92, 8F and 70. RGB value is (146,143,112). Sum of RGB (Red+Green+Blue) = 146+143+112=401 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.41% from 401); Green value is 143 (56.25% from 255 or 35.66% from 401); Blue value is 112 (44.14% from 255 or 27.93% from 401); Max value from RGB is 146 - color contains mainly: red. Hex color #928F70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928F70 is #6D708F. Grayscale: #8C8C8C. Windows color (decimal): -7172240 or 7376786. OLE color: 7376786.

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

Color convert

RGB 146 143 112 -
CMYK 0 0.02 0.23 0.43
HSL 54.71º 0.13% 0.51% -
HSV(B) 54.71º 0.23% 0.57% -
XYZ 24.6 26.93 19.23 -
YUV 140.36 111.99 132.02 -
System Red Green Blue C M Y K H S L
Decimal 146 143 112 0 0.02 0.23 0.43 54.71 0.13 0.51
Hex 92 8F 70 0 2 17 2B 37 D 33
Octal 222 217 160 0 2 27 53 67 15 63
Binary 10010010 10001111 1110000 0 10 10111 101011 110111 1101 110011

Color Harmonies of #928F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928F70

Black with #928F70

Text Example


Text Example

White with #928F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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