Html Css Color HEX #908870 Gurkha

📋 copy color: '#908870'

red 144 ◦ green 136 ◦ blue 112

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

Shades of Gurkha #908870

Tints of Gurkha #908870

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 28.57%

R = 36.73%
G = 34.69%
B = 28.57%

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

#908870 (or 0x908870) is known color: Gurkha. HEX triplet: 90, 88 and 70. RGB value is (144,136,112). Sum of RGB (Red+Green+Blue) = 144+136+112=392 (51% of max value = 765). Red value is 144 (56.64% from 255 or 36.73% from 392); Green value is 136 (53.52% from 255 or 34.69% from 392); Blue value is 112 (44.14% from 255 or 28.57% from 392); Max value from RGB is 144 - color contains mainly: red. Hex color #908870 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908870 is #6F778F. Grayscale: #878787. Windows color (decimal): -7305104 or 7374992. OLE color: 7374992.

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

Color convert

RGB 144 136 112 -
CMYK 0 0.06 0.22 0.44
HSL 45º 0.13% 0.5% -
HSV(B) 45º 0.22% 0.56% -
XYZ 23.23 24.71 18.87 -
YUV 135.66 114.65 133.95 -
System Red Green Blue C M Y K H S L
Decimal 144 136 112 0 0.06 0.22 0.44 45 0.13 0.5
Hex 90 88 70 0 6 16 2C 2D D 32
Octal 220 210 160 0 6 26 54 55 15 62
Binary 10010000 10001000 1110000 0 110 10110 101100 101101 1101 110010

Color Harmonies of #908870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908870

Black with #908870

Text Example


Text Example

White with #908870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908870; }

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

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

background-color css

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

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

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

border-color css

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

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

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