Html Css Color HEX #908D75 Gurkha

📋 copy color: '#908D75'

red 144 ◦ green 141 ◦ blue 117

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

Shades of Gurkha #908D75

Tints of Gurkha #908D75

RGB

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

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

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

R = 35.82%
G = 35.07%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.19

 K value IS 0.44

RGB Variations

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

Color information

#908D75 (or 0x908D75) is known color: Gurkha. HEX triplet: 90, 8D and 75. RGB value is (144,141,117). Sum of RGB (Red+Green+Blue) = 144+141+117=402 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.82% from 402); Green value is 141 (55.47% from 255 or 35.07% from 402); Blue value is 117 (46.09% from 255 or 29.10% from 402); Max value from RGB is 144 - color contains mainly: red. Hex color #908D75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908D75 is #6F728A. Grayscale: #8B8B8B. Windows color (decimal): -7303819 or 7703952. OLE color: 7703952.

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

Color convert

RGB 144 141 117 -
CMYK 0 0.02 0.19 0.44
HSL 53.33º 0.11% 0.51% -
HSV(B) 53.33º 0.19% 0.56% -
XYZ 24.24 26.26 20.62 -
YUV 139.16 115.49 131.45 -
System Red Green Blue C M Y K H S L
Decimal 144 141 117 0 0.02 0.19 0.44 53.33 0.11 0.51
Hex 90 8D 75 0 2 13 2C 35 B 33
Octal 220 215 165 0 2 23 54 65 13 63
Binary 10010000 10001101 1110101 0 10 10011 101100 110101 1011 110011

Color Harmonies of #908D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908D75

Black with #908D75

Text Example


Text Example

White with #908D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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