Html Css Color HEX #908971 Gurkha

📋 copy color: '#908971'

red 144 ◦ green 137 ◦ blue 113

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

Shades of Gurkha #908971

Tints of Gurkha #908971

RGB

 RED value IS 144 (56.64% from 255) = 36.55%

 GREEN value IS 137 (53.91% from 255) = 34.77%

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

R = 36.55%
G = 34.77%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#908971 (or 0x908971) is known color: Gurkha. HEX triplet: 90, 89 and 71. RGB value is (144,137,113). Sum of RGB (Red+Green+Blue) = 144+137+113=394 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.55% from 394); Green value is 137 (53.91% from 255 or 34.77% from 394); Blue value is 113 (44.53% from 255 or 28.68% from 394); Max value from RGB is 144 - color contains mainly: red. Hex color #908971 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908971 is #6F768E. Grayscale: #888888. Windows color (decimal): -7304847 or 7440784. OLE color: 7440784.

HSL color Cylindrical-coordinate representation of color #908971: hue angle of 46.45º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #908971 is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 137 113 -
CMYK 0 0.05 0.22 0.44
HSL 46.45º 0.12% 0.5% -
HSV(B) 46.45º 0.22% 0.56% -
XYZ 23.43 25.01 19.22 -
YUV 136.36 114.82 133.45 -
System Red Green Blue C M Y K H S L
Decimal 144 137 113 0 0.05 0.22 0.44 46.45 0.12 0.5
Hex 90 89 71 0 5 16 2C 2E C 32
Octal 220 211 161 0 5 26 54 56 14 62
Binary 10010000 10001001 1110001 0 101 10110 101100 101110 1100 110010

Color Harmonies of #908971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908971

Black with #908971

Text Example


Text Example

White with #908971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908971; }

 p { color: rgb(144,137,113); }

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

background-color css

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

 a { background-color: rgb(144,137,113); }

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

border-color css

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

 span { border-color: rgb(144,137,113); }

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