Html Css Color HEX #9B8446 Luxor Gold

📋 copy color: '#9B8446'

red 155 ◦ green 132 ◦ blue 70

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

Shades of Luxor Gold #9B8446

Tints of Luxor Gold #9B8446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 19.61%

R = 43.42%
G = 36.97%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.55

 K value IS 0.39

RGB Variations

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

Color information

#9B8446 (or 0x9B8446) is known color: Luxor Gold. HEX triplet: 9B, 84 and 46. RGB value is (155,132,70). Sum of RGB (Red+Green+Blue) = 155+132+70=357 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.42% from 357); Green value is 132 (51.95% from 255 or 36.97% from 357); Blue value is 70 (27.73% from 255 or 19.61% from 357); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8446 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B8446 is #647BB9. Grayscale: #848484. Windows color (decimal): -6585274 or 4621467. OLE color: 4621467.

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

Color convert

RGB 155 132 70 -
CMYK 0 0.15 0.55 0.39
HSL 43.76º 0.38% 0.44% -
HSV(B) 43.76º 0.55% 0.61% -
XYZ 22.87 23.91 9.2 -
YUV 131.81 93.12 144.54 -
System Red Green Blue C M Y K H S L
Decimal 155 132 70 0 0.15 0.55 0.39 43.76 0.38 0.44
Hex 9B 84 46 0 F 37 27 2C 26 2C
Octal 233 204 106 0 17 67 47 54 46 54
Binary 10011011 10000100 1000110 0 1111 110111 100111 101100 100110 101100

Color Harmonies of #9B8446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8446

Black with #9B8446

Text Example


Text Example

White with #9B8446

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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