Html Css Color HEX #9C8840 Luxor Gold

📋 copy color: '#9C8840'

red 156 ◦ green 136 ◦ blue 64

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

Shades of Luxor Gold #9C8840

Tints of Luxor Gold #9C8840

RGB

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

 GREEN value IS 136 (53.52% from 255) = 38.2%

 BLUE value IS 64 (25.39% from 255) = 17.98%

R = 43.82%
G = 38.2%
B = 17.98%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.59

 K value IS 0.39

RGB Variations

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

Color information

#9C8840 (or 0x9C8840) is known color: Luxor Gold. HEX triplet: 9C, 88 and 40. RGB value is (156,136,64). Sum of RGB (Red+Green+Blue) = 156+136+64=356 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.82% from 356); Green value is 136 (53.52% from 255 or 38.20% from 356); Blue value is 64 (25.39% from 255 or 17.98% from 356); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8840 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C8840 is #6377BF. Grayscale: #868686. Windows color (decimal): -6518720 or 4229276. OLE color: 4229276.

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

Color convert

RGB 156 136 64 -
CMYK 0 0.13 0.59 0.39
HSL 46.96º 0.42% 0.43% -
HSV(B) 46.96º 0.59% 0.61% -
XYZ 23.44 25.05 8.45 -
YUV 133.77 88.63 143.85 -
System Red Green Blue C M Y K H S L
Decimal 156 136 64 0 0.13 0.59 0.39 46.96 0.42 0.43
Hex 9C 88 40 0 D 3B 27 2F 2A 2B
Octal 234 210 100 0 15 73 47 57 52 53
Binary 10011100 10001000 1000000 0 1101 111011 100111 101111 101010 101011

Color Harmonies of #9C8840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C8840

Black with #9C8840

Text Example


Text Example

White with #9C8840

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,136,64); }

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

background-color css

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

 a { background-color: rgb(156,136,64); }

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

border-color css

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

 span { border-color: rgb(156,136,64); }

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