Html Css Color HEX #9B8440 Luxor Gold

📋 copy color: '#9B8440'

red 155 ◦ green 132 ◦ blue 64

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

Shades of Luxor Gold #9B8440

Tints of Luxor Gold #9B8440

RGB

 RED value IS 155 (60.94% from 255) = 44.16%

 GREEN value IS 132 (51.95% from 255) = 37.61%

 BLUE value IS 64 (25.39% from 255) = 18.23%

R = 44.16%
G = 37.61%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.59

 K value IS 0.39

RGB Variations

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

Color information

#9B8440 (or 0x9B8440) is known color: Luxor Gold. HEX triplet: 9B, 84 and 40. RGB value is (155,132,64). Sum of RGB (Red+Green+Blue) = 155+132+64=351 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.16% from 351); Green value is 132 (51.95% from 255 or 37.61% from 351); Blue value is 64 (25.39% from 255 or 18.23% from 351); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8440 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B8440 is #647BBF. Grayscale: #838383. Windows color (decimal): -6585280 or 4228251. OLE color: 4228251.

HSL color Cylindrical-coordinate representation of color #9B8440: hue angle of 44.84º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9B8440 is Cyan = 0, Magento = 0.15, Yellow = 0.59 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 132 64 -
CMYK 0 0.15 0.59 0.39
HSL 44.84º 0.42% 0.43% -
HSV(B) 44.84º 0.59% 0.61% -
XYZ 22.69 23.84 8.26 -
YUV 131.13 90.12 145.03 -
System Red Green Blue C M Y K H S L
Decimal 155 132 64 0 0.15 0.59 0.39 44.84 0.42 0.43
Hex 9B 84 40 0 F 3B 27 2D 2A 2B
Octal 233 204 100 0 17 73 47 55 52 53
Binary 10011011 10000100 1000000 0 1111 111011 100111 101101 101010 101011

Color Harmonies of #9B8440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8440

Black with #9B8440

Text Example


Text Example

White with #9B8440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B8440; }

 p { color: rgb(155,132,64); }

 H1.HeaderClassName
 {
   color: #9B8440;
 }
 .AnyTagClassName
 {
   color: #9B8440;
 }
</style>

background-color css

<style>
 a { background-color: #9B8440; }

 a { background-color: rgb(155,132,64); }

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

border-color css

<style>
 span { border-color: #9B8440; }

 span { border-color: rgb(155,132,64); }

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