Html Css Color HEX #908B6F Gurkha

📋 copy color: '#908B6F'

red 144 ◦ green 139 ◦ blue 111

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

Shades of Gurkha #908B6F

Tints of Gurkha #908B6F

RGB

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

 GREEN value IS 139 (54.69% from 255) = 35.28%

 BLUE value IS 111 (43.75% from 255) = 28.17%

R = 36.55%
G = 35.28%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.23

 K value IS 0.44

RGB Variations

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

Color information

#908B6F (or 0x908B6F) is known color: Gurkha. HEX triplet: 90, 8B and 6F. RGB value is (144,139,111). Sum of RGB (Red+Green+Blue) = 144+139+111=394 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.55% from 394); Green value is 139 (54.69% from 255 or 35.28% from 394); Blue value is 111 (43.75% from 255 or 28.17% from 394); Max value from RGB is 144 - color contains mainly: red. Hex color #908B6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908B6F is #6F7490. Grayscale: #898989. Windows color (decimal): -7304337 or 7310224. OLE color: 7310224.

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

Color convert

RGB 144 139 111 -
CMYK 0 0.03 0.23 0.44
HSL 50.91º 0.13% 0.5% -
HSV(B) 50.91º 0.23% 0.56% -
XYZ 23.6 25.54 18.73 -
YUV 137.3 113.16 132.78 -
System Red Green Blue C M Y K H S L
Decimal 144 139 111 0 0.03 0.23 0.44 50.91 0.13 0.5
Hex 90 8B 6F 0 3 17 2C 33 D 32
Octal 220 213 157 0 3 27 54 63 15 62
Binary 10010000 10001011 1101111 0 11 10111 101100 110011 1101 110010

Color Harmonies of #908B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908B6F

Black with #908B6F

Text Example


Text Example

White with #908B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,139,111); }

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

background-color css

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

 a { background-color: rgb(144,139,111); }

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

border-color css

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

 span { border-color: rgb(144,139,111); }

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