Html Css Color HEX #908C75 Gurkha

📋 copy color: '#908C75'

red 144 ◦ green 140 ◦ blue 117

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

Shades of Gurkha #908C75

Tints of Gurkha #908C75

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.91%

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

R = 35.91%
G = 34.91%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.19

 K value IS 0.44

RGB Variations

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

Color information

#908C75 (or 0x908C75) is known color: Gurkha. HEX triplet: 90, 8C and 75. RGB value is (144,140,117). Sum of RGB (Red+Green+Blue) = 144+140+117=401 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.91% from 401); Green value is 140 (55.08% from 255 or 34.91% from 401); Blue value is 117 (46.09% from 255 or 29.18% from 401); Max value from RGB is 144 - color contains mainly: red. Hex color #908C75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908C75 is #6F738A. Grayscale: #8A8A8A. Windows color (decimal): -7304075 or 7703696. OLE color: 7703696.

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

Color convert

RGB 144 140 117 -
CMYK 0 0.03 0.19 0.44
HSL 51.11º 0.11% 0.51% -
HSV(B) 51.11º 0.19% 0.56% -
XYZ 24.09 25.97 20.57 -
YUV 138.57 115.83 131.87 -
System Red Green Blue C M Y K H S L
Decimal 144 140 117 0 0.03 0.19 0.44 51.11 0.11 0.51
Hex 90 8C 75 0 3 13 2C 33 B 33
Octal 220 214 165 0 3 23 54 63 13 63
Binary 10010000 10001100 1110101 0 11 10011 101100 110011 1011 110011

Color Harmonies of #908C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908C75

Black with #908C75

Text Example


Text Example

White with #908C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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