Html Css Color HEX #908E7D Gurkha

📋 copy color: '#908E7D'

red 144 ◦ green 142 ◦ blue 125

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

Shades of Gurkha #908E7D

Tints of Gurkha #908E7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 30.41%

R = 35.04%
G = 34.55%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#908E7D (or 0x908E7D) is known color: Gurkha. HEX triplet: 90, 8E and 7D. RGB value is (144,142,125). Sum of RGB (Red+Green+Blue) = 144+142+125=411 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.04% from 411); Green value is 142 (55.86% from 255 or 34.55% from 411); Blue value is 125 (49.22% from 255 or 30.41% from 411); Max value from RGB is 144 - color contains mainly: red. Hex color #908E7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908E7D is #6F7182. Grayscale: #8C8C8C. Windows color (decimal): -7303555 or 8228496. OLE color: 8228496.

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

Color convert

RGB 144 142 125 -
CMYK 0 0.01 0.13 0.44
HSL 53.68º 0.08% 0.53% -
HSV(B) 53.68º 0.13% 0.56% -
XYZ 24.88 26.76 23.26 -
YUV 140.66 119.16 130.38 -
System Red Green Blue C M Y K H S L
Decimal 144 142 125 0 0.01 0.13 0.44 53.68 0.08 0.53
Hex 90 8E 7D 0 1 D 2C 36 8 35
Octal 220 216 175 0 1 15 54 66 10 65
Binary 10010000 10001110 1111101 0 1 1101 101100 110110 1000 110101

Color Harmonies of #908E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908E7D

Black with #908E7D

Text Example


Text Example

White with #908E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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