Html Css Color HEX #908B71 Gurkha

📋 copy color: '#908B71'

red 144 ◦ green 139 ◦ blue 113

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

Shades of Gurkha #908B71

Tints of Gurkha #908B71

RGB

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

 GREEN value IS 139 (54.69% from 255) = 35.1%

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

R = 36.36%
G = 35.1%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#908B71 (or 0x908B71) is known color: Gurkha. HEX triplet: 90, 8B and 71. RGB value is (144,139,113). Sum of RGB (Red+Green+Blue) = 144+139+113=396 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.36% from 396); Green value is 139 (54.69% from 255 or 35.10% from 396); Blue value is 113 (44.53% from 255 or 28.54% from 396); Max value from RGB is 144 - color contains mainly: red. Hex color #908B71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908B71 is #6F748E. Grayscale: #898989. Windows color (decimal): -7304335 or 7441296. OLE color: 7441296.

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

Color convert

RGB 144 139 113 -
CMYK 0 0.03 0.22 0.44
HSL 50.32º 0.12% 0.5% -
HSV(B) 50.32º 0.22% 0.56% -
XYZ 23.71 25.59 19.31 -
YUV 137.53 114.16 132.61 -
System Red Green Blue C M Y K H S L
Decimal 144 139 113 0 0.03 0.22 0.44 50.32 0.12 0.5
Hex 90 8B 71 0 3 16 2C 32 C 32
Octal 220 213 161 0 3 26 54 62 14 62
Binary 10010000 10001011 1110001 0 11 10110 101100 110010 1100 110010

Color Harmonies of #908B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908B71

Black with #908B71

Text Example


Text Example

White with #908B71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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