Html Css Color HEX #918E70 Gurkha

📋 copy color: '#918E70'

red 145 ◦ green 142 ◦ blue 112

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

Shades of Gurkha #918E70

Tints of Gurkha #918E70

RGB

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

 GREEN value IS 142 (55.86% from 255) = 35.59%

 BLUE value IS 112 (44.14% from 255) = 28.07%

R = 36.34%
G = 35.59%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#918E70 (or 0x918E70) is known color: Gurkha. HEX triplet: 91, 8E and 70. RGB value is (145,142,112). Sum of RGB (Red+Green+Blue) = 145+142+112=399 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.34% from 399); Green value is 142 (55.86% from 255 or 35.59% from 399); Blue value is 112 (44.14% from 255 or 28.07% from 399); Max value from RGB is 145 - color contains mainly: red. Hex color #918E70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918E70 is #6E718F. Grayscale: #8B8B8B. Windows color (decimal): -7238032 or 7376529. OLE color: 7376529.

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

Color convert

RGB 145 142 112 -
CMYK 0 0.02 0.23 0.43
HSL 54.55º 0.13% 0.5% -
HSV(B) 54.55º 0.23% 0.57% -
XYZ 24.27 26.54 19.17 -
YUV 139.48 112.49 131.94 -
System Red Green Blue C M Y K H S L
Decimal 145 142 112 0 0.02 0.23 0.43 54.55 0.13 0.5
Hex 91 8E 70 0 2 17 2B 37 D 32
Octal 221 216 160 0 2 27 53 67 15 62
Binary 10010001 10001110 1110000 0 10 10111 101011 110111 1101 110010

Color Harmonies of #918E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918E70

Black with #918E70

Text Example


Text Example

White with #918E70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,142,112); }

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

background-color css

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

 a { background-color: rgb(145,142,112); }

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

border-color css

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

 span { border-color: rgb(145,142,112); }

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