Html Css Color HEX #908A75 Gurkha

📋 copy color: '#908A75'

red 144 ◦ green 138 ◦ blue 117

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

Shades of Gurkha #908A75

Tints of Gurkha #908A75

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.59%

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

R = 36.09%
G = 34.59%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.19

 K value IS 0.44

RGB Variations

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

Color information

#908A75 (or 0x908A75) is known color: Gurkha. HEX triplet: 90, 8A and 75. RGB value is (144,138,117). Sum of RGB (Red+Green+Blue) = 144+138+117=399 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.09% from 399); Green value is 138 (54.30% from 255 or 34.59% from 399); Blue value is 117 (46.09% from 255 or 29.32% from 399); Max value from RGB is 144 - color contains mainly: red. Hex color #908A75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908A75 is #6F758A. Grayscale: #898989. Windows color (decimal): -7304587 or 7703184. OLE color: 7703184.

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

Color convert

RGB 144 138 117 -
CMYK 0 0.04 0.19 0.44
HSL 46.67º 0.11% 0.51% -
HSV(B) 46.67º 0.19% 0.56% -
XYZ 23.8 25.39 20.48 -
YUV 137.4 116.49 132.71 -
System Red Green Blue C M Y K H S L
Decimal 144 138 117 0 0.04 0.19 0.44 46.67 0.11 0.51
Hex 90 8A 75 0 4 13 2C 2F B 33
Octal 220 212 165 0 4 23 54 57 13 63
Binary 10010000 10001010 1110101 0 100 10011 101100 101111 1011 110011

Color Harmonies of #908A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908A75

Black with #908A75

Text Example


Text Example

White with #908A75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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