Html Css Color HEX #908871 Gurkha

📋 copy color: '#908871'

red 144 ◦ green 136 ◦ blue 113

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

Shades of Gurkha #908871

Tints of Gurkha #908871

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.61%

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

R = 36.64%
G = 34.61%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#908871 (or 0x908871) is known color: Gurkha. HEX triplet: 90, 88 and 71. RGB value is (144,136,113). Sum of RGB (Red+Green+Blue) = 144+136+113=393 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.64% from 393); Green value is 136 (53.52% from 255 or 34.61% from 393); Blue value is 113 (44.53% from 255 or 28.75% from 393); Max value from RGB is 144 - color contains mainly: red. Hex color #908871 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908871 is #6F778E. Grayscale: #878787. Windows color (decimal): -7305103 or 7440528. OLE color: 7440528.

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

Color convert

RGB 144 136 113 -
CMYK 0 0.06 0.22 0.44
HSL 44.52º 0.12% 0.5% -
HSV(B) 44.52º 0.22% 0.56% -
XYZ 23.29 24.73 19.17 -
YUV 135.77 115.15 133.87 -
System Red Green Blue C M Y K H S L
Decimal 144 136 113 0 0.06 0.22 0.44 44.52 0.12 0.5
Hex 90 88 71 0 6 16 2C 2D C 32
Octal 220 210 161 0 6 26 54 55 14 62
Binary 10010000 10001000 1110001 0 110 10110 101100 101101 1100 110010

Color Harmonies of #908871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908871

Black with #908871

Text Example


Text Example

White with #908871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908871; }

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

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

background-color css

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

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

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

border-color css

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

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

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