Html Css Color HEX #9F561A Rich Gold

📋 copy color: '#9F561A'

red 159 ◦ green 86 ◦ blue 26

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

Shades of Rich Gold #9F561A

Tints of Rich Gold #9F561A

RGB

 RED value IS 159 (62.5% from 255) = 58.67%

 GREEN value IS 86 (33.98% from 255) = 31.73%

 BLUE value IS 26 (10.55% from 255) = 9.59%

R = 58.67%
G = 31.73%
B = 9.59%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.84

 K value IS 0.38

RGB Variations

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

Color information

#9F561A (or 0x9F561A) is known color: Rich Gold. HEX triplet: 9F, 56 and 1A. RGB value is (159,86,26). Sum of RGB (Red+Green+Blue) = 159+86+26=271 (35% of max value = 765). Red value is 159 (62.5% from 255 or 58.67% from 271); Green value is 86 (33.98% from 255 or 31.73% from 271); Blue value is 26 (10.55% from 255 or 9.59% from 271); Max value from RGB is 159 - color contains mainly: red. Hex color #9F561A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F561A is #60A9E5. Grayscale: #656565. Windows color (decimal): -6334950 or 1726111. OLE color: 1726111.

HSL color Cylindrical-coordinate representation of color #9F561A: hue angle of 27.07º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9F561A is Cyan = 0, Magento = 0.46, Yellow = 0.84 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 86 26 -
CMYK 0 0.46 0.84 0.38
HSL 27.07º 0.72% 0.36% -
HSV(B) 27.07º 0.84% 0.62% -
XYZ 17.81 14.1 2.76 -
YUV 100.99 85.68 169.38 -
System Red Green Blue C M Y K H S L
Decimal 159 86 26 0 0.46 0.84 0.38 27.07 0.72 0.36
Hex 9F 56 1A 0 2E 54 26 1B 48 24
Octal 237 126 32 0 56 124 46 33 110 44
Binary 10011111 1010110 11010 0 101110 1010100 100110 11011 1001000 100100

Color Harmonies of #9F561A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F561A

Black with #9F561A

Text Example


Text Example

White with #9F561A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,86,26); }

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

background-color css

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

 a { background-color: rgb(159,86,26); }

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

border-color css

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

 span { border-color: rgb(159,86,26); }

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