#9F631F

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

Shades of Golden Brown #9F631F

Tints of Golden Brown #9F631F

Color information

#9F631F (or 0x9F631F) is unknown color: approx Golden Brown. HEX triplet: 9F, 63 and 1F. RGB value is (159,99,31). Sum of RGB (Red+Green+Blue) = 159+99+31=289 (38% of max value = 765). Red value is 159 (62.5% from 255 or 55.02% from 289); Green value is 99 (39.06% from 255 or 34.26% from 289); Blue value is 31 (12.5% from 255 or 10.73% from 289); Max value from RGB is 159 - color contains mainly: red. Hex color #9F631F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F631F is #609CE0. Grayscale: #6D6D6D. Windows color (decimal): -6331617 or 2057119. OLE color: 2057119.

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

Color convert

RGB1599931-
CMYK00.380.810.38
HSL31.88º67.37%37.25%-
HSV(B)31.88º80.5%62.35%-
XYZ19.0116.393.46-
YUV109.1983.88163.53-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 55.02%
GREEN value IS 99 (39.06% from 255) = 34.26%
BLUE value IS 31 (12.5% from 255) = 10.73%
R=55.02%
G=34.26%
B=10.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.81
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159993100.380.810.3831.8867.3737.25
Hex9F631F0265126204325
Octal23714337046121464010345
Binary10011111110001111111010011010100011001101000001000011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F631F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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