Html Css Color HEX #908970 Gurkha

📋 copy color: '#908970'

red 144 ◦ green 137 ◦ blue 112

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

Shades of Gurkha #908970

Tints of Gurkha #908970

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.86%

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

R = 36.64%
G = 34.86%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#908970 (or 0x908970) is known color: Gurkha. HEX triplet: 90, 89 and 70. RGB value is (144,137,112). Sum of RGB (Red+Green+Blue) = 144+137+112=393 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.64% from 393); Green value is 137 (53.91% from 255 or 34.86% from 393); Blue value is 112 (44.14% from 255 or 28.50% from 393); Max value from RGB is 144 - color contains mainly: red. Hex color #908970 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908970 is #6F768F. Grayscale: #888888. Windows color (decimal): -7304848 or 7375248. OLE color: 7375248.

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

Color convert

RGB 144 137 112 -
CMYK 0 0.05 0.22 0.44
HSL 46.88º 0.13% 0.5% -
HSV(B) 46.88º 0.22% 0.56% -
XYZ 23.37 24.99 18.92 -
YUV 136.24 114.32 133.53 -
System Red Green Blue C M Y K H S L
Decimal 144 137 112 0 0.05 0.22 0.44 46.88 0.13 0.5
Hex 90 89 70 0 5 16 2C 2F D 32
Octal 220 211 160 0 5 26 54 57 15 62
Binary 10010000 10001001 1110000 0 101 10110 101100 101111 1101 110010

Color Harmonies of #908970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908970

Black with #908970

Text Example


Text Example

White with #908970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908970; }

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

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

background-color css

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

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

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

border-color css

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

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

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