Html Css Color HEX #908973 Gurkha

📋 copy color: '#908973'

red 144 ◦ green 137 ◦ blue 115

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

Shades of Gurkha #908973

Tints of Gurkha #908973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 29.04%

R = 36.36%
G = 34.6%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.20

 K value IS 0.44

RGB Variations

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

Color information

#908973 (or 0x908973) is known color: Gurkha. HEX triplet: 90, 89 and 73. RGB value is (144,137,115). Sum of RGB (Red+Green+Blue) = 144+137+115=396 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.36% from 396); Green value is 137 (53.91% from 255 or 34.60% from 396); Blue value is 115 (45.31% from 255 or 29.04% from 396); Max value from RGB is 144 - color contains mainly: red. Hex color #908973 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908973 is #6F768C. Grayscale: #888888. Windows color (decimal): -7304845 or 7571856. OLE color: 7571856.

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

Color convert

RGB 144 137 115 -
CMYK 0 0.05 0.20 0.44
HSL 45.52º 0.12% 0.51% -
HSV(B) 45.52º 0.2% 0.56% -
XYZ 23.54 25.06 19.82 -
YUV 136.59 115.82 133.29 -
System Red Green Blue C M Y K H S L
Decimal 144 137 115 0 0.05 0.20 0.44 45.52 0.12 0.51
Hex 90 89 73 0 5 14 2C 2E C 33
Octal 220 211 163 0 5 24 54 56 14 63
Binary 10010000 10001001 1110011 0 101 10100 101100 101110 1100 110011

Color Harmonies of #908973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908973

Black with #908973

Text Example


Text Example

White with #908973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908973; }

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

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

background-color css

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

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

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

border-color css

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

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

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