Html Css Color HEX #9C863F Luxor Gold

📋 copy color: '#9C863F'

red 156 ◦ green 134 ◦ blue 63

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

Shades of Luxor Gold #9C863F

Tints of Luxor Gold #9C863F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 37.96%

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

R = 44.19%
G = 37.96%
B = 17.85%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.60

 K value IS 0.39

RGB Variations

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

Color information

#9C863F (or 0x9C863F) is known color: Luxor Gold. HEX triplet: 9C, 86 and 3F. RGB value is (156,134,63). Sum of RGB (Red+Green+Blue) = 156+134+63=353 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.19% from 353); Green value is 134 (52.73% from 255 or 37.96% from 353); Blue value is 63 (25% from 255 or 17.85% from 353); Max value from RGB is 156 - color contains mainly: red. Hex color #9C863F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C863F is #6379C0. Grayscale: #848484. Windows color (decimal): -6519233 or 4163228. OLE color: 4163228.

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

Color convert

RGB 156 134 63 -
CMYK 0 0.14 0.60 0.39
HSL 45.81º 0.42% 0.43% -
HSV(B) 45.81º 0.6% 0.61% -
XYZ 23.13 24.48 8.21 -
YUV 132.48 88.79 144.77 -
System Red Green Blue C M Y K H S L
Decimal 156 134 63 0 0.14 0.60 0.39 45.81 0.42 0.43
Hex 9C 86 3F 0 E 3C 27 2E 2A 2B
Octal 234 206 77 0 16 74 47 56 52 53
Binary 10011100 10000110 111111 0 1110 111100 100111 101110 101010 101011

Color Harmonies of #9C863F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C863F

Black with #9C863F

Text Example


Text Example

White with #9C863F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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