Html Css Color HEX #918B70 Gurkha

📋 copy color: '#918B70'

red 145 ◦ green 139 ◦ blue 112

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

Shades of Gurkha #918B70

Tints of Gurkha #918B70

RGB

 RED value IS 145 (57.03% from 255) = 36.62%

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

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

R = 36.62%
G = 35.1%
B = 28.28%

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

#918B70 (or 0x918B70) is known color: Gurkha. HEX triplet: 91, 8B and 70. RGB value is (145,139,112). Sum of RGB (Red+Green+Blue) = 145+139+112=396 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.62% from 396); Green value is 139 (54.69% from 255 or 35.10% from 396); Blue value is 112 (44.14% from 255 or 28.28% from 396); Max value from RGB is 145 - color contains mainly: red. Hex color #918B70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918B70 is #6E748F. Grayscale: #898989. Windows color (decimal): -7238800 or 7375761. OLE color: 7375761.

HSL color Cylindrical-coordinate representation of color #918B70: hue angle of 49.09º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #918B70 is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 139 112 -
CMYK 0 0.04 0.23 0.43
HSL 49.09º 0.13% 0.5% -
HSV(B) 49.09º 0.23% 0.57% -
XYZ 23.83 25.65 19.02 -
YUV 137.72 113.49 133.2 -
System Red Green Blue C M Y K H S L
Decimal 145 139 112 0 0.04 0.23 0.43 49.09 0.13 0.5
Hex 91 8B 70 0 4 17 2B 31 D 32
Octal 221 213 160 0 4 27 53 61 15 62
Binary 10010001 10001011 1110000 0 100 10111 101011 110001 1101 110010

Color Harmonies of #918B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918B70

Black with #918B70

Text Example


Text Example

White with #918B70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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