Html Css Color HEX #9C8544 Luxor Gold

📋 copy color: '#9C8544'

red 156 ◦ green 133 ◦ blue 68

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

Shades of Luxor Gold #9C8544

Tints of Luxor Gold #9C8544

RGB

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

 GREEN value IS 133 (52.34% from 255) = 37.25%

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

R = 43.7%
G = 37.25%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.56

 K value IS 0.39

RGB Variations

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

Color information

#9C8544 (or 0x9C8544) is known color: Luxor Gold. HEX triplet: 9C, 85 and 44. RGB value is (156,133,68). Sum of RGB (Red+Green+Blue) = 156+133+68=357 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.70% from 357); Green value is 133 (52.34% from 255 or 37.25% from 357); Blue value is 68 (26.95% from 255 or 19.05% from 357); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8544 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C8544 is #637ABB. Grayscale: #848484. Windows color (decimal): -6519484 or 4490652. OLE color: 4490652.

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

Color convert

RGB 156 133 68 -
CMYK 0 0.15 0.56 0.39
HSL 44.32º 0.39% 0.44% -
HSV(B) 44.32º 0.56% 0.61% -
XYZ 23.14 24.26 8.93 -
YUV 132.47 91.62 144.79 -
System Red Green Blue C M Y K H S L
Decimal 156 133 68 0 0.15 0.56 0.39 44.32 0.39 0.44
Hex 9C 85 44 0 F 38 27 2C 27 2C
Octal 234 205 104 0 17 70 47 54 47 54
Binary 10011100 10000101 1000100 0 1111 111000 100111 101100 100111 101100

Color Harmonies of #9C8544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C8544

Black with #9C8544

Text Example


Text Example

White with #9C8544

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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