Html Css Color HEX #9C8645 Luxor Gold

📋 copy color: '#9C8645'

red 156 ◦ green 134 ◦ blue 69

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

Shades of Luxor Gold #9C8645

Tints of Luxor Gold #9C8645

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 19.22%

R = 43.45%
G = 37.33%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.56

 K value IS 0.39

RGB Variations

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

Color information

#9C8645 (or 0x9C8645) is known color: Luxor Gold. HEX triplet: 9C, 86 and 45. RGB value is (156,134,69). Sum of RGB (Red+Green+Blue) = 156+134+69=359 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.45% from 359); Green value is 134 (52.73% from 255 or 37.33% from 359); Blue value is 69 (27.34% from 255 or 19.22% from 359); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8645 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C8645 is #6379BA. Grayscale: #858585. Windows color (decimal): -6519227 or 4556444. OLE color: 4556444.

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

Color convert

RGB 156 134 69 -
CMYK 0 0.14 0.56 0.39
HSL 44.83º 0.39% 0.44% -
HSV(B) 44.83º 0.56% 0.61% -
XYZ 23.31 24.55 9.14 -
YUV 133.17 91.79 144.29 -
System Red Green Blue C M Y K H S L
Decimal 156 134 69 0 0.14 0.56 0.39 44.83 0.39 0.44
Hex 9C 86 45 0 E 38 27 2D 27 2C
Octal 234 206 105 0 16 70 47 55 47 54
Binary 10011100 10000110 1000101 0 1110 111000 100111 101101 100111 101100

Color Harmonies of #9C8645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C8645

Black with #9C8645

Text Example


Text Example

White with #9C8645

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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