Html Css Color HEX #908A73 Gurkha

📋 copy color: '#908A73'

red 144 ◦ green 138 ◦ blue 115

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

Shades of Gurkha #908A73

Tints of Gurkha #908A73

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.76%

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

R = 36.27%
G = 34.76%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.20

 K value IS 0.44

RGB Variations

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

Color information

#908A73 (or 0x908A73) is known color: Gurkha. HEX triplet: 90, 8A and 73. RGB value is (144,138,115). Sum of RGB (Red+Green+Blue) = 144+138+115=397 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.27% from 397); Green value is 138 (54.30% from 255 or 34.76% from 397); Blue value is 115 (45.31% from 255 or 28.97% from 397); Max value from RGB is 144 - color contains mainly: red. Hex color #908A73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908A73 is #6F758C. Grayscale: #898989. Windows color (decimal): -7304589 or 7572112. OLE color: 7572112.

HSL color Cylindrical-coordinate representation of color #908A73: hue angle of 47.59º 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 #908A73 is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 138 115 -
CMYK 0 0.04 0.20 0.44
HSL 47.59º 0.12% 0.51% -
HSV(B) 47.59º 0.2% 0.56% -
XYZ 23.68 25.34 19.86 -
YUV 137.17 115.49 132.87 -
System Red Green Blue C M Y K H S L
Decimal 144 138 115 0 0.04 0.20 0.44 47.59 0.12 0.51
Hex 90 8A 73 0 4 14 2C 30 C 33
Octal 220 212 163 0 4 24 54 60 14 63
Binary 10010000 10001010 1110011 0 100 10100 101100 110000 1100 110011

Color Harmonies of #908A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908A73

Black with #908A73

Text Example


Text Example

White with #908A73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908A73; }

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

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

background-color css

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

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

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

border-color css

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

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

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