Html Css Color HEX #918B71 Gurkha

📋 copy color: '#918B71'

red 145 ◦ green 139 ◦ blue 113

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

Shades of Gurkha #918B71

Tints of Gurkha #918B71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 28.46%

R = 36.52%
G = 35.01%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.22

 K value IS 0.43

RGB Variations

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

Color information

#918B71 (or 0x918B71) is known color: Gurkha. HEX triplet: 91, 8B and 71. RGB value is (145,139,113). Sum of RGB (Red+Green+Blue) = 145+139+113=397 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.52% from 397); Green value is 139 (54.69% from 255 or 35.01% from 397); Blue value is 113 (44.53% from 255 or 28.46% from 397); Max value from RGB is 145 - color contains mainly: red. Hex color #918B71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918B71 is #6E748E. Grayscale: #898989. Windows color (decimal): -7238799 or 7441297. OLE color: 7441297.

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

Color convert

RGB 145 139 113 -
CMYK 0 0.04 0.22 0.43
HSL 48.75º 0.13% 0.51% -
HSV(B) 48.75º 0.22% 0.57% -
XYZ 23.89 25.68 19.32 -
YUV 137.83 113.99 133.11 -
System Red Green Blue C M Y K H S L
Decimal 145 139 113 0 0.04 0.22 0.43 48.75 0.13 0.51
Hex 91 8B 71 0 4 16 2B 31 D 33
Octal 221 213 161 0 4 26 53 61 15 63
Binary 10010001 10001011 1110001 0 100 10110 101011 110001 1101 110011

Color Harmonies of #918B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918B71

Black with #918B71

Text Example


Text Example

White with #918B71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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