Html Css Color HEX #9D8746 Luxor Gold

📋 copy color: '#9D8746'

red 157 ◦ green 135 ◦ blue 70

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

Shades of Luxor Gold #9D8746

Tints of Luxor Gold #9D8746

RGB

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

 GREEN value IS 135 (53.13% from 255) = 37.29%

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

R = 43.37%
G = 37.29%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.55

 K value IS 0.38

RGB Variations

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

Color information

#9D8746 (or 0x9D8746) is known color: Luxor Gold. HEX triplet: 9D, 87 and 46. RGB value is (157,135,70). Sum of RGB (Red+Green+Blue) = 157+135+70=362 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.37% from 362); Green value is 135 (53.12% from 255 or 37.29% from 362); Blue value is 70 (27.73% from 255 or 19.34% from 362); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8746 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9D8746 is #6278B9. Grayscale: #868686. Windows color (decimal): -6453434 or 4622237. OLE color: 4622237.

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

Color convert

RGB 157 135 70 -
CMYK 0 0.14 0.55 0.38
HSL 44.83º 0.38% 0.45% -
HSV(B) 44.83º 0.55% 0.62% -
XYZ 23.67 24.94 9.36 -
YUV 134.17 91.79 144.29 -
System Red Green Blue C M Y K H S L
Decimal 157 135 70 0 0.14 0.55 0.38 44.83 0.38 0.45
Hex 9D 87 46 0 E 37 26 2D 26 2D
Octal 235 207 106 0 16 67 46 55 46 55
Binary 10011101 10000111 1000110 0 1110 110111 100110 101101 100110 101101

Color Harmonies of #9D8746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D8746

Black with #9D8746

Text Example


Text Example

White with #9D8746

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,135,70); }

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

background-color css

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

 a { background-color: rgb(157,135,70); }

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

border-color css

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

 span { border-color: rgb(157,135,70); }

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