Html Css Color HEX #918A74 Gurkha

📋 copy color: '#918A74'

red 145 ◦ green 138 ◦ blue 116

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

Shades of Gurkha #918A74

Tints of Gurkha #918A74

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.59%

 BLUE value IS 116 (45.7% from 255) = 29.07%

R = 36.34%
G = 34.59%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.2

 K value IS 0.43

RGB Variations

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

Color information

#918A74 (or 0x918A74) is known color: Gurkha. HEX triplet: 91, 8A and 74. RGB value is (145,138,116). Sum of RGB (Red+Green+Blue) = 145+138+116=399 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.34% from 399); Green value is 138 (54.30% from 255 or 34.59% from 399); Blue value is 116 (45.70% from 255 or 29.07% from 399); Max value from RGB is 145 - color contains mainly: red. Hex color #918A74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918A74 is #6E758B. Grayscale: #898989. Windows color (decimal): -7239052 or 7637649. OLE color: 7637649.

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

Color convert

RGB 145 138 116 -
CMYK 0 0.05 0.2 0.43
HSL 45.52º 0.12% 0.51% -
HSV(B) 45.52º 0.2% 0.57% -
XYZ 23.92 25.46 20.18 -
YUV 137.59 115.82 133.29 -
System Red Green Blue C M Y K H S L
Decimal 145 138 116 0 0.05 0.2 0.43 45.52 0.12 0.51
Hex 91 8A 74 0 5 14 2B 2E C 33
Octal 221 212 164 0 5 24 53 56 14 63
Binary 10010001 10001010 1110100 0 101 10100 101011 101110 1100 110011

Color Harmonies of #918A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918A74

Black with #918A74

Text Example


Text Example

White with #918A74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,138,116); }

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

background-color css

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

 a { background-color: rgb(145,138,116); }

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

border-color css

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

 span { border-color: rgb(145,138,116); }

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