Html Css Color HEX #908E72 Gurkha

📋 copy color: '#908E72'

red 144 ◦ green 142 ◦ blue 114

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

Shades of Gurkha #908E72

Tints of Gurkha #908E72

RGB

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

 GREEN value IS 142 (55.86% from 255) = 35.5%

 BLUE value IS 114 (44.92% from 255) = 28.5%

R = 36%
G = 35.5%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.21

 K value IS 0.44

RGB Variations

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

Color information

#908E72 (or 0x908E72) is known color: Gurkha. HEX triplet: 90, 8E and 72. RGB value is (144,142,114). Sum of RGB (Red+Green+Blue) = 144+142+114=400 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36% from 400); Green value is 142 (55.86% from 255 or 35.5% from 400); Blue value is 114 (44.92% from 255 or 28.5% from 400); Max value from RGB is 144 - color contains mainly: red. Hex color #908E72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908E72 is #6F718D. Grayscale: #8B8B8B. Windows color (decimal): -7303566 or 7507600. OLE color: 7507600.

HSL color Cylindrical-coordinate representation of color #908E72: hue angle of 56º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #908E72 is Cyan = 0, Magento = 0.01, Yellow = 0.21 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 142 114 -
CMYK 0 0.01 0.21 0.44
HSL 56º 0.12% 0.51% -
HSV(B) 56º 0.21% 0.56% -
XYZ 24.21 26.49 19.76 -
YUV 139.41 113.66 131.28 -
System Red Green Blue C M Y K H S L
Decimal 144 142 114 0 0.01 0.21 0.44 56 0.12 0.51
Hex 90 8E 72 0 1 15 2C 38 C 33
Octal 220 216 162 0 1 25 54 70 14 63
Binary 10010000 10001110 1110010 0 1 10101 101100 111000 1100 110011

Color Harmonies of #908E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908E72

Black with #908E72

Text Example


Text Example

White with #908E72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,142,114); }

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

background-color css

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

 a { background-color: rgb(144,142,114); }

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

border-color css

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

 span { border-color: rgb(144,142,114); }

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