Html Css Color HEX #9C803F Luxor Gold

📋 copy color: '#9C803F'

red 156 ◦ green 128 ◦ blue 63

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

Shades of Luxor Gold #9C803F

Tints of Luxor Gold #9C803F

RGB

 RED value IS 156 (61.33% from 255) = 44.96%

 GREEN value IS 128 (50.39% from 255) = 36.89%

 BLUE value IS 63 (25% from 255) = 18.16%

R = 44.96%
G = 36.89%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.60

 K value IS 0.39

RGB Variations

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

Color information

#9C803F (or 0x9C803F) is known color: Luxor Gold. HEX triplet: 9C, 80 and 3F. RGB value is (156,128,63). Sum of RGB (Red+Green+Blue) = 156+128+63=347 (45% of max value = 765). Red value is 156 (61.33% from 255 or 44.96% from 347); Green value is 128 (50.39% from 255 or 36.89% from 347); Blue value is 63 (25% from 255 or 18.16% from 347); Max value from RGB is 156 - color contains mainly: red. Hex color #9C803F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C803F is #637FC0. Grayscale: #818181. Windows color (decimal): -6520769 or 4161692. OLE color: 4161692.

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

Color convert

RGB 156 128 63 -
CMYK 0 0.18 0.60 0.39
HSL 41.94º 0.42% 0.43% -
HSV(B) 41.94º 0.6% 0.61% -
XYZ 22.33 22.87 7.94 -
YUV 128.96 90.78 147.29 -
System Red Green Blue C M Y K H S L
Decimal 156 128 63 0 0.18 0.60 0.39 41.94 0.42 0.43
Hex 9C 80 3F 0 12 3C 27 2A 2A 2B
Octal 234 200 77 0 22 74 47 52 52 53
Binary 10011100 10000000 111111 0 10010 111100 100111 101010 101010 101011

Color Harmonies of #9C803F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C803F

Black with #9C803F

Text Example


Text Example

White with #9C803F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,128,63); }

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

background-color css

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

 a { background-color: rgb(156,128,63); }

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

border-color css

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

 span { border-color: rgb(156,128,63); }

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