Html Css Color HEX #908E75 Gurkha

📋 copy color: '#908E75'

red 144 ◦ green 142 ◦ blue 117

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

Shades of Gurkha #908E75

Tints of Gurkha #908E75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 29.03%

R = 35.73%
G = 35.24%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.19

 K value IS 0.44

RGB Variations

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

Color information

#908E75 (or 0x908E75) is known color: Gurkha. HEX triplet: 90, 8E and 75. RGB value is (144,142,117). Sum of RGB (Red+Green+Blue) = 144+142+117=403 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.73% from 403); Green value is 142 (55.86% from 255 or 35.24% from 403); Blue value is 117 (46.09% from 255 or 29.03% from 403); Max value from RGB is 144 - color contains mainly: red. Hex color #908E75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908E75 is #6F718A. Grayscale: #8B8B8B. Windows color (decimal): -7303563 or 7704208. OLE color: 7704208.

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

Color convert

RGB 144 142 117 -
CMYK 0 0.01 0.19 0.44
HSL 55.56º 0.11% 0.51% -
HSV(B) 55.56º 0.19% 0.56% -
XYZ 24.39 26.56 20.67 -
YUV 139.75 115.16 131.03 -
System Red Green Blue C M Y K H S L
Decimal 144 142 117 0 0.01 0.19 0.44 55.56 0.11 0.51
Hex 90 8E 75 0 1 13 2C 38 B 33
Octal 220 216 165 0 1 23 54 70 13 63
Binary 10010000 10001110 1110101 0 1 10011 101100 111000 1011 110011

Color Harmonies of #908E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908E75

Black with #908E75

Text Example


Text Example

White with #908E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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