Html Css Color HEX #9D8648 Luxor Gold

📋 copy color: '#9D8648'

red 157 ◦ green 134 ◦ blue 72

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

Shades of Luxor Gold #9D8648

Tints of Luxor Gold #9D8648

RGB

 RED value IS 157 (61.72% from 255) = 43.25%

 GREEN value IS 134 (52.73% from 255) = 36.91%

 BLUE value IS 72 (28.52% from 255) = 19.83%

R = 43.25%
G = 36.91%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.54

 K value IS 0.38

RGB Variations

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

Color information

#9D8648 (or 0x9D8648) is known color: Luxor Gold. HEX triplet: 9D, 86 and 48. RGB value is (157,134,72). Sum of RGB (Red+Green+Blue) = 157+134+72=363 (48% of max value = 765). Red value is 157 (61.72% from 255 or 43.25% from 363); Green value is 134 (52.73% from 255 or 36.91% from 363); Blue value is 72 (28.52% from 255 or 19.83% from 363); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8648 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9D8648 is #6279B7. Grayscale: #868686. Windows color (decimal): -6453688 or 4753053. OLE color: 4753053.

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

Color convert

RGB 157 134 72 -
CMYK 0 0.15 0.54 0.38
HSL 43.76º 0.37% 0.45% -
HSV(B) 43.76º 0.54% 0.62% -
XYZ 23.6 24.69 9.65 -
YUV 133.81 93.12 144.54 -
System Red Green Blue C M Y K H S L
Decimal 157 134 72 0 0.15 0.54 0.38 43.76 0.37 0.45
Hex 9D 86 48 0 F 36 26 2C 25 2D
Octal 235 206 110 0 17 66 46 54 45 55
Binary 10011101 10000110 1001000 0 1111 110110 100110 101100 100101 101101

Color Harmonies of #9D8648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D8648

Black with #9D8648

Text Example


Text Example

White with #9D8648

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,134,72); }

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

background-color css

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

 a { background-color: rgb(157,134,72); }

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

border-color css

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

 span { border-color: rgb(157,134,72); }

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