Html Css Color HEX #918C72 Gurkha

📋 copy color: '#918C72'

red 145 ◦ green 140 ◦ blue 114

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

Shades of Gurkha #918C72

Tints of Gurkha #918C72

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.09%

 BLUE value IS 114 (44.92% from 255) = 28.57%

R = 36.34%
G = 35.09%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.21

 K value IS 0.43

RGB Variations

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

Color information

#918C72 (or 0x918C72) is known color: Gurkha. HEX triplet: 91, 8C and 72. RGB value is (145,140,114). Sum of RGB (Red+Green+Blue) = 145+140+114=399 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.34% from 399); Green value is 140 (55.08% from 255 or 35.09% from 399); Blue value is 114 (44.92% from 255 or 28.57% from 399); Max value from RGB is 145 - color contains mainly: red. Hex color #918C72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918C72 is #6E738D. Grayscale: #8A8A8A. Windows color (decimal): -7238542 or 7507089. OLE color: 7507089.

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

Color convert

RGB 145 140 114 -
CMYK 0 0.03 0.21 0.43
HSL 50.32º 0.12% 0.51% -
HSV(B) 50.32º 0.21% 0.57% -
XYZ 24.09 25.99 19.67 -
YUV 138.53 114.16 132.61 -
System Red Green Blue C M Y K H S L
Decimal 145 140 114 0 0.03 0.21 0.43 50.32 0.12 0.51
Hex 91 8C 72 0 3 15 2B 32 C 33
Octal 221 214 162 0 3 25 53 62 14 63
Binary 10010001 10001100 1110010 0 11 10101 101011 110010 1100 110011

Color Harmonies of #918C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918C72

Black with #918C72

Text Example


Text Example

White with #918C72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,140,114); }

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

background-color css

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

 a { background-color: rgb(145,140,114); }

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

border-color css

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

 span { border-color: rgb(145,140,114); }

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