Html Css Color HEX #908C73 Gurkha

📋 copy color: '#908C73'

red 144 ◦ green 140 ◦ blue 115

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

Shades of Gurkha #908C73

Tints of Gurkha #908C73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 28.82%

R = 36.09%
G = 35.09%
B = 28.82%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.20

 K value IS 0.44

RGB Variations

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

Color information

#908C73 (or 0x908C73) is known color: Gurkha. HEX triplet: 90, 8C and 73. RGB value is (144,140,115). Sum of RGB (Red+Green+Blue) = 144+140+115=399 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.09% from 399); Green value is 140 (55.08% from 255 or 35.09% from 399); Blue value is 115 (45.31% from 255 or 28.82% from 399); Max value from RGB is 144 - color contains mainly: red. Hex color #908C73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908C73 is #6F738C. Grayscale: #8A8A8A. Windows color (decimal): -7304077 or 7572624. OLE color: 7572624.

HSL color Cylindrical-coordinate representation of color #908C73: hue angle of 51.72º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #908C73 is Cyan = 0, Magento = 0.03, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 140 115 -
CMYK 0 0.03 0.20 0.44
HSL 51.72º 0.12% 0.51% -
HSV(B) 51.72º 0.2% 0.56% -
XYZ 23.97 25.92 19.96 -
YUV 138.35 114.83 132.03 -
System Red Green Blue C M Y K H S L
Decimal 144 140 115 0 0.03 0.20 0.44 51.72 0.12 0.51
Hex 90 8C 73 0 3 14 2C 34 C 33
Octal 220 214 163 0 3 24 54 64 14 63
Binary 10010000 10001100 1110011 0 11 10100 101100 110100 1100 110011

Color Harmonies of #908C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908C73

Black with #908C73

Text Example


Text Example

White with #908C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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