Html Css Color HEX #908C6E Gurkha

📋 copy color: '#908C6E'

red 144 ◦ green 140 ◦ blue 110

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

Shades of Gurkha #908C6E

Tints of Gurkha #908C6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 27.92%

R = 36.55%
G = 35.53%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.24

 K value IS 0.44

RGB Variations

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

Color information

#908C6E (or 0x908C6E) is known color: Gurkha. HEX triplet: 90, 8C and 6E. RGB value is (144,140,110). Sum of RGB (Red+Green+Blue) = 144+140+110=394 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.55% from 394); Green value is 140 (55.08% from 255 or 35.53% from 394); Blue value is 110 (43.36% from 255 or 27.92% from 394); Max value from RGB is 144 - color contains mainly: red. Hex color #908C6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908C6E is #6F7391. Grayscale: #898989. Windows color (decimal): -7304082 or 7244944. OLE color: 7244944.

HSL color Cylindrical-coordinate representation of color #908C6E: hue angle of 52.94º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #908C6E is Cyan = 0, Magento = 0.03, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 140 110 -
CMYK 0 0.03 0.24 0.44
HSL 52.94º 0.13% 0.5% -
HSV(B) 52.94º 0.24% 0.56% -
XYZ 23.69 25.81 18.49 -
YUV 137.78 112.33 132.44 -
System Red Green Blue C M Y K H S L
Decimal 144 140 110 0 0.03 0.24 0.44 52.94 0.13 0.5
Hex 90 8C 6E 0 3 18 2C 35 D 32
Octal 220 214 156 0 3 30 54 65 15 62
Binary 10010000 10001100 1101110 0 11 11000 101100 110101 1101 110010

Color Harmonies of #908C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908C6E

Black with #908C6E

Text Example


Text Example

White with #908C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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