Html Css Color HEX #918D75 Gurkha

📋 copy color: '#918D75'

red 145 ◦ green 141 ◦ blue 117

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

Shades of Gurkha #918D75

Tints of Gurkha #918D75

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.99%

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

R = 35.98%
G = 34.99%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#918D75 (or 0x918D75) is known color: Gurkha. HEX triplet: 91, 8D and 75. RGB value is (145,141,117). Sum of RGB (Red+Green+Blue) = 145+141+117=403 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.98% from 403); Green value is 141 (55.47% from 255 or 34.99% from 403); Blue value is 117 (46.09% from 255 or 29.03% from 403); Max value from RGB is 145 - color contains mainly: red. Hex color #918D75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918D75 is #6E728A. Grayscale: #8B8B8B. Windows color (decimal): -7238283 or 7703953. OLE color: 7703953.

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

Color convert

RGB 145 141 117 -
CMYK 0 0.03 0.19 0.43
HSL 51.43º 0.11% 0.51% -
HSV(B) 51.43º 0.19% 0.57% -
XYZ 24.41 26.35 20.63 -
YUV 139.46 115.33 131.95 -
System Red Green Blue C M Y K H S L
Decimal 145 141 117 0 0.03 0.19 0.43 51.43 0.11 0.51
Hex 91 8D 75 0 3 13 2B 33 B 33
Octal 221 215 165 0 3 23 53 63 13 63
Binary 10010001 10001101 1110101 0 11 10011 101011 110011 1011 110011

Color Harmonies of #918D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918D75

Black with #918D75

Text Example


Text Example

White with #918D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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