Html Css Color HEX #9C843F Luxor Gold

📋 copy color: '#9C843F'

red 156 ◦ green 132 ◦ blue 63

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

Shades of Luxor Gold #9C843F

Tints of Luxor Gold #9C843F

RGB

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

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

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

R = 44.44%
G = 37.61%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.60

 K value IS 0.39

RGB Variations

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

Color information

#9C843F (or 0x9C843F) is known color: Luxor Gold. HEX triplet: 9C, 84 and 3F. RGB value is (156,132,63). Sum of RGB (Red+Green+Blue) = 156+132+63=351 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.44% from 351); Green value is 132 (51.95% from 255 or 37.61% from 351); Blue value is 63 (25% from 255 or 17.95% from 351); Max value from RGB is 156 - color contains mainly: red. Hex color #9C843F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C843F is #637BC0. Grayscale: #838383. Windows color (decimal): -6519745 or 4162716. OLE color: 4162716.

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

Color convert

RGB 156 132 63 -
CMYK 0 0.15 0.60 0.39
HSL 44.52º 0.42% 0.43% -
HSV(B) 44.52º 0.6% 0.61% -
XYZ 22.86 23.93 8.12 -
YUV 131.31 89.45 145.61 -
System Red Green Blue C M Y K H S L
Decimal 156 132 63 0 0.15 0.60 0.39 44.52 0.42 0.43
Hex 9C 84 3F 0 F 3C 27 2D 2A 2B
Octal 234 204 77 0 17 74 47 55 52 53
Binary 10011100 10000100 111111 0 1111 111100 100111 101101 101010 101011

Color Harmonies of #9C843F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C843F

Black with #9C843F

Text Example


Text Example

White with #9C843F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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