#9F601A

Color #9F601A Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #9F601A

Tints of Golden Brown #9F601A

Color information

#9F601A (or 0x9F601A) is unknown color: approx Golden Brown. HEX triplet: 9F, 60 and 1A. RGB value is (159,96,26). Sum of RGB (Red+Green+Blue) = 159+96+26=281 (37% of max value = 765). Red value is 159 (62.5% from 255 or 56.58% from 281); Green value is 96 (37.89% from 255 or 34.16% from 281); Blue value is 26 (10.55% from 255 or 9.25% from 281); Max value from RGB is 159 - color contains mainly: red. Hex color #9F601A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F601A is #609FE5. Grayscale: #6B6B6B. Windows color (decimal): -6332390 or 1728671. OLE color: 1728671.

HSL color Cylindrical-coordinate representation of color #9F601A: hue angle of 31.58º 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 #9F601A is Cyan = 0, Magento = 0.40, Yellow = 0.84 and Black (K on CMYK) = 0.38.

Color convert

RGB1599626-
CMYK00.400.840.38
HSL31.58º71.89%36.27%-
HSV(B)31.58º83.65%62.35%-
XYZ18.6715.813.05-
YUV106.8682.37165.19-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 56.58%
GREEN value IS 96 (37.89% from 255) = 34.16%
BLUE value IS 26 (10.55% from 255) = 9.25%
R=56.58%
G=34.16%
B=9.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.84
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159962600.400.840.3831.5871.8936.27
Hex9F601A0285426204824
Octal23714032050124464011044
Binary10011111110000011010010100010101001001101000001001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F601A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9F601A;
 }
 .AnyTagClassName
 {
   color: #9F601A;
 }
</style>
background-color css

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

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

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

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

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

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