Html Css Color HEX #9D8646 Luxor Gold

📋 copy color: '#9D8646'

red 157 ◦ green 134 ◦ blue 70

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

Shades of Luxor Gold #9D8646

Tints of Luxor Gold #9D8646

RGB

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

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

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

R = 43.49%
G = 37.12%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.55

 K value IS 0.38

RGB Variations

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

Color information

#9D8646 (or 0x9D8646) is known color: Luxor Gold. HEX triplet: 9D, 86 and 46. RGB value is (157,134,70). Sum of RGB (Red+Green+Blue) = 157+134+70=361 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.49% from 361); Green value is 134 (52.73% from 255 or 37.12% from 361); Blue value is 70 (27.73% from 255 or 19.39% from 361); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8646 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9D8646 is #6279B9. Grayscale: #858585. Windows color (decimal): -6453690 or 4621981. OLE color: 4621981.

HSL color Cylindrical-coordinate representation of color #9D8646: hue angle of 44.14º 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 #9D8646 is Cyan = 0, Magento = 0.15, Yellow = 0.55 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 134 70 -
CMYK 0 0.15 0.55 0.38
HSL 44.14º 0.38% 0.45% -
HSV(B) 44.14º 0.55% 0.62% -
XYZ 23.54 24.66 9.31 -
YUV 133.58 92.12 144.7 -
System Red Green Blue C M Y K H S L
Decimal 157 134 70 0 0.15 0.55 0.38 44.14 0.38 0.45
Hex 9D 86 46 0 F 37 26 2C 26 2D
Octal 235 206 106 0 17 67 46 54 46 55
Binary 10011101 10000110 1000110 0 1111 110111 100110 101100 100110 101101

Color Harmonies of #9D8646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D8646

Black with #9D8646

Text Example


Text Example

White with #9D8646

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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