Html Css Color HEX #928B70 Gurkha

📋 copy color: '#928B70'

red 146 ◦ green 139 ◦ blue 112

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

Shades of Gurkha #928B70

Tints of Gurkha #928B70

RGB

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

 GREEN value IS 139 (54.69% from 255) = 35.01%

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

R = 36.78%
G = 35.01%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#928B70 (or 0x928B70) is known color: Gurkha. HEX triplet: 92, 8B and 70. RGB value is (146,139,112). Sum of RGB (Red+Green+Blue) = 146+139+112=397 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.78% from 397); Green value is 139 (54.69% from 255 or 35.01% from 397); Blue value is 112 (44.14% from 255 or 28.21% from 397); Max value from RGB is 146 - color contains mainly: red. Hex color #928B70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928B70 is #6D748F. Grayscale: #8A8A8A. Windows color (decimal): -7173264 or 7375762. OLE color: 7375762.

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

Color convert

RGB 146 139 112 -
CMYK 0 0.05 0.23 0.43
HSL 47.65º 0.13% 0.51% -
HSV(B) 47.65º 0.23% 0.57% -
XYZ 24.01 25.75 19.03 -
YUV 138.02 113.32 133.7 -
System Red Green Blue C M Y K H S L
Decimal 146 139 112 0 0.05 0.23 0.43 47.65 0.13 0.51
Hex 92 8B 70 0 5 17 2B 30 D 33
Octal 222 213 160 0 5 27 53 60 15 63
Binary 10010010 10001011 1110000 0 101 10111 101011 110000 1101 110011

Color Harmonies of #928B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928B70

Black with #928B70

Text Example


Text Example

White with #928B70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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