Html Css Color HEX #908C71 Gurkha

📋 copy color: '#908C71'

red 144 ◦ green 140 ◦ blue 113

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

Shades of Gurkha #908C71

Tints of Gurkha #908C71

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.26%

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

R = 36.27%
G = 35.26%
B = 28.46%

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

#908C71 (or 0x908C71) is known color: Gurkha. HEX triplet: 90, 8C and 71. RGB value is (144,140,113). Sum of RGB (Red+Green+Blue) = 144+140+113=397 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.27% from 397); Green value is 140 (55.08% from 255 or 35.26% from 397); Blue value is 113 (44.53% from 255 or 28.46% from 397); Max value from RGB is 144 - color contains mainly: red. Hex color #908C71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908C71 is #6F738E. Grayscale: #8A8A8A. Windows color (decimal): -7304079 or 7441552. OLE color: 7441552.

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

Color convert

RGB 144 140 113 -
CMYK 0 0.03 0.22 0.44
HSL 52.26º 0.12% 0.5% -
HSV(B) 52.26º 0.22% 0.56% -
XYZ 23.86 25.88 19.36 -
YUV 138.12 113.83 132.2 -
System Red Green Blue C M Y K H S L
Decimal 144 140 113 0 0.03 0.22 0.44 52.26 0.12 0.5
Hex 90 8C 71 0 3 16 2C 34 C 32
Octal 220 214 161 0 3 26 54 64 14 62
Binary 10010000 10001100 1110001 0 11 10110 101100 110100 1100 110010

Color Harmonies of #908C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908C71

Black with #908C71

Text Example


Text Example

White with #908C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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