Html Css Color HEX #9C8344 Luxor Gold

📋 copy color: '#9C8344'

red 156 ◦ green 131 ◦ blue 68

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

Shades of Luxor Gold #9C8344

Tints of Luxor Gold #9C8344

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 19.15%

R = 43.94%
G = 36.9%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.56

 K value IS 0.39

RGB Variations

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

Color information

#9C8344 (or 0x9C8344) is known color: Luxor Gold. HEX triplet: 9C, 83 and 44. RGB value is (156,131,68). Sum of RGB (Red+Green+Blue) = 156+131+68=355 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.94% from 355); Green value is 131 (51.56% from 255 or 36.90% from 355); Blue value is 68 (26.95% from 255 or 19.15% from 355); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8344 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C8344 is #637CBB. Grayscale: #838383. Windows color (decimal): -6519996 or 4490140. OLE color: 4490140.

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

Color convert

RGB 156 131 68 -
CMYK 0 0.16 0.56 0.39
HSL 42.95º 0.39% 0.44% -
HSV(B) 42.95º 0.56% 0.61% -
XYZ 22.87 23.72 8.84 -
YUV 131.29 92.28 145.62 -
System Red Green Blue C M Y K H S L
Decimal 156 131 68 0 0.16 0.56 0.39 42.95 0.39 0.44
Hex 9C 83 44 0 10 38 27 2B 27 2C
Octal 234 203 104 0 20 70 47 53 47 54
Binary 10011100 10000011 1000100 0 10000 111000 100111 101011 100111 101100

Color Harmonies of #9C8344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C8344

Black with #9C8344

Text Example


Text Example

White with #9C8344

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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