Html Css Color HEX #9C8343 Luxor Gold

📋 copy color: '#9C8343'

red 156 ◦ green 131 ◦ blue 67

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

Shades of Luxor Gold #9C8343

Tints of Luxor Gold #9C8343

RGB

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

 GREEN value IS 131 (51.56% from 255) = 37.01%

 BLUE value IS 67 (26.56% from 255) = 18.93%

R = 44.07%
G = 37.01%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.57

 K value IS 0.39

RGB Variations

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

Color information

#9C8343 (or 0x9C8343) is known color: Luxor Gold. HEX triplet: 9C, 83 and 43. RGB value is (156,131,67). Sum of RGB (Red+Green+Blue) = 156+131+67=354 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.07% from 354); Green value is 131 (51.56% from 255 or 37.01% from 354); Blue value is 67 (26.56% from 255 or 18.93% from 354); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8343 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C8343 is #637CBC. Grayscale: #838383. Windows color (decimal): -6519997 or 4424604. OLE color: 4424604.

HSL color Cylindrical-coordinate representation of color #9C8343: hue angle of 43.15º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9C8343 is Cyan = 0, Magento = 0.16, Yellow = 0.57 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 131 67 -
CMYK 0 0.16 0.57 0.39
HSL 43.15º 0.4% 0.44% -
HSV(B) 43.15º 0.57% 0.61% -
XYZ 22.84 23.71 8.68 -
YUV 131.18 91.78 145.7 -
System Red Green Blue C M Y K H S L
Decimal 156 131 67 0 0.16 0.57 0.39 43.15 0.4 0.44
Hex 9C 83 43 0 10 39 27 2B 28 2C
Octal 234 203 103 0 20 71 47 53 50 54
Binary 10011100 10000011 1000011 0 10000 111001 100111 101011 101000 101100

Color Harmonies of #9C8343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C8343

Black with #9C8343

Text Example


Text Example

White with #9C8343

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,131,67); }

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

background-color css

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

 a { background-color: rgb(156,131,67); }

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

border-color css

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

 span { border-color: rgb(156,131,67); }

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