#9F641F

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

Shades of Golden Brown #9F641F

Tints of Golden Brown #9F641F

Color information

#9F641F (or 0x9F641F) is unknown color: approx Golden Brown. HEX triplet: 9F, 64 and 1F. RGB value is (159,100,31). Sum of RGB (Red+Green+Blue) = 159+100+31=290 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.83% from 290); Green value is 100 (39.45% from 255 or 34.48% from 290); Blue value is 31 (12.5% from 255 or 10.69% from 290); Max value from RGB is 159 - color contains mainly: red. Hex color #9F641F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F641F is #609BE0. Grayscale: #6E6E6E. Windows color (decimal): -6331361 or 2057375. OLE color: 2057375.

HSL color Cylindrical-coordinate representation of color #9F641F: hue angle of 32.34º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9F641F is Cyan = 0, Magento = 0.37, Yellow = 0.81 and Black (K on CMYK) = 0.38.

Color convert

RGB15910031-
CMYK00.370.810.38
HSL32.34º67.37%37.25%-
HSV(B)32.34º80.5%62.35%-
XYZ19.116.583.49-
YUV109.7883.55163.11-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 54.83%
GREEN value IS 100 (39.45% from 255) = 34.48%
BLUE value IS 31 (12.5% from 255) = 10.69%
R=54.83%
G=34.48%
B=10.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.81
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591003100.370.810.3832.3467.3737.25
Hex9F641F0255126204325
Octal23714437045121464010345
Binary10011111110010011111010010110100011001101000001000011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F641F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,100,31); }

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

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

 a { background-color: rgb(159,100,31); }

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

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

 span { border-color: rgb(159,100,31); }

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