Html Css Color HEX #908A71 Gurkha

📋 copy color: '#908A71'

red 144 ◦ green 138 ◦ blue 113

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

Shades of Gurkha #908A71

Tints of Gurkha #908A71

RGB

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

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

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

R = 36.46%
G = 34.94%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#908A71 (or 0x908A71) is known color: Gurkha. HEX triplet: 90, 8A and 71. RGB value is (144,138,113). Sum of RGB (Red+Green+Blue) = 144+138+113=395 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.46% from 395); Green value is 138 (54.30% from 255 or 34.94% from 395); Blue value is 113 (44.53% from 255 or 28.61% from 395); Max value from RGB is 144 - color contains mainly: red. Hex color #908A71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908A71 is #6F758E. Grayscale: #898989. Windows color (decimal): -7304591 or 7441040. OLE color: 7441040.

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

Color convert

RGB 144 138 113 -
CMYK 0 0.04 0.22 0.44
HSL 48.39º 0.12% 0.5% -
HSV(B) 48.39º 0.22% 0.56% -
XYZ 23.57 25.3 19.26 -
YUV 136.94 114.49 133.03 -
System Red Green Blue C M Y K H S L
Decimal 144 138 113 0 0.04 0.22 0.44 48.39 0.12 0.5
Hex 90 8A 71 0 4 16 2C 30 C 32
Octal 220 212 161 0 4 26 54 60 14 62
Binary 10010000 10001010 1110001 0 100 10110 101100 110000 1100 110010

Color Harmonies of #908A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908A71

Black with #908A71

Text Example


Text Example

White with #908A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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