Html Css Color HEX #918B75 Gurkha

📋 copy color: '#918B75'

red 145 ◦ green 139 ◦ blue 117

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

Shades of Gurkha #918B75

Tints of Gurkha #918B75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 29.18%

R = 36.16%
G = 34.66%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#918B75 (or 0x918B75) is known color: Gurkha. HEX triplet: 91, 8B and 75. RGB value is (145,139,117). Sum of RGB (Red+Green+Blue) = 145+139+117=401 (53% of max value = 765). Red value is 145 (57.03% from 255 or 36.16% from 401); Green value is 139 (54.69% from 255 or 34.66% from 401); Blue value is 117 (46.09% from 255 or 29.18% from 401); Max value from RGB is 145 - color contains mainly: red. Hex color #918B75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918B75 is #6E748A. Grayscale: #8A8A8A. Windows color (decimal): -7238795 or 7703441. OLE color: 7703441.

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

Color convert

RGB 145 139 117 -
CMYK 0 0.04 0.19 0.43
HSL 47.14º 0.11% 0.51% -
HSV(B) 47.14º 0.19% 0.57% -
XYZ 24.12 25.77 20.53 -
YUV 138.29 115.99 132.79 -
System Red Green Blue C M Y K H S L
Decimal 145 139 117 0 0.04 0.19 0.43 47.14 0.11 0.51
Hex 91 8B 75 0 4 13 2B 2F B 33
Octal 221 213 165 0 4 23 53 57 13 63
Binary 10010001 10001011 1110101 0 100 10011 101011 101111 1011 110011

Color Harmonies of #918B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918B75

Black with #918B75

Text Example


Text Example

White with #918B75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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