Html Css Color HEX #918D76 Gurkha

📋 copy color: '#918D76'

red 145 ◦ green 141 ◦ blue 118

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

Shades of Gurkha #918D76

Tints of Gurkha #918D76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 29.21%

R = 35.89%
G = 34.9%
B = 29.21%

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

#918D76 (or 0x918D76) is known color: Gurkha. HEX triplet: 91, 8D and 76. RGB value is (145,141,118). Sum of RGB (Red+Green+Blue) = 145+141+118=404 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.89% from 404); Green value is 141 (55.47% from 255 or 34.90% from 404); Blue value is 118 (46.48% from 255 or 29.21% from 404); Max value from RGB is 145 - color contains mainly: red. Hex color #918D76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918D76 is #6E7289. Grayscale: #8B8B8B. Windows color (decimal): -7238282 or 7769489. OLE color: 7769489.

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

Color convert

RGB 145 141 118 -
CMYK 0 0.03 0.19 0.43
HSL 51.11º 0.11% 0.52% -
HSV(B) 51.11º 0.19% 0.57% -
XYZ 24.47 26.38 20.94 -
YUV 139.57 115.83 131.87 -
System Red Green Blue C M Y K H S L
Decimal 145 141 118 0 0.03 0.19 0.43 51.11 0.11 0.52
Hex 91 8D 76 0 3 13 2B 33 B 34
Octal 221 215 166 0 3 23 53 63 13 64
Binary 10010001 10001101 1110110 0 11 10011 101011 110011 1011 110100

Color Harmonies of #918D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918D76

Black with #918D76

Text Example


Text Example

White with #918D76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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