Html Css Color HEX #908D70 Gurkha

📋 copy color: '#908D70'

red 144 ◦ green 141 ◦ blue 112

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

Shades of Gurkha #908D70

Tints of Gurkha #908D70

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.52%

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

R = 36.27%
G = 35.52%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#908D70 (or 0x908D70) is known color: Gurkha. HEX triplet: 90, 8D and 70. RGB value is (144,141,112). Sum of RGB (Red+Green+Blue) = 144+141+112=397 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.27% from 397); Green value is 141 (55.47% from 255 or 35.52% from 397); Blue value is 112 (44.14% from 255 or 28.21% from 397); Max value from RGB is 144 - color contains mainly: red. Hex color #908D70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908D70 is #6F728F. Grayscale: #8A8A8A. Windows color (decimal): -7303824 or 7376272. OLE color: 7376272.

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

Color convert

RGB 144 141 112 -
CMYK 0 0.02 0.22 0.44
HSL 54.38º 0.13% 0.5% -
HSV(B) 54.38º 0.22% 0.56% -
XYZ 23.95 26.15 19.11 -
YUV 138.59 112.99 131.86 -
System Red Green Blue C M Y K H S L
Decimal 144 141 112 0 0.02 0.22 0.44 54.38 0.13 0.5
Hex 90 8D 70 0 2 16 2C 36 D 32
Octal 220 215 160 0 2 26 54 66 15 62
Binary 10010000 10001101 1110000 0 10 10110 101100 110110 1101 110010

Color Harmonies of #908D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908D70

Black with #908D70

Text Example


Text Example

White with #908D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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