#9F641D

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

Shades of Golden Brown #9F641D

Tints of Golden Brown #9F641D

Color information

#9F641D (or 0x9F641D) is unknown color: approx Golden Brown. HEX triplet: 9F, 64 and 1D. RGB value is (159,100,29). Sum of RGB (Red+Green+Blue) = 159+100+29=288 (38% of max value = 765). Red value is 159 (62.5% from 255 or 55.21% from 288); Green value is 100 (39.45% from 255 or 34.72% from 288); Blue value is 29 (11.72% from 255 or 10.07% from 288); Max value from RGB is 159 - color contains mainly: red. Hex color #9F641D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F641D is #609BE2. Grayscale: #6D6D6D. Windows color (decimal): -6331363 or 1926303. OLE color: 1926303.

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

Color convert

RGB15910029-
CMYK00.370.820.38
HSL32.77º69.15%36.86%-
HSV(B)32.77º81.76%62.35%-
XYZ19.0816.573.36-
YUV109.5582.55163.27-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 55.21%
GREEN value IS 100 (39.45% from 255) = 34.72%
BLUE value IS 29 (11.72% from 255) = 10.07%
R=55.21%
G=34.72%
B=10.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.82
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591002900.370.820.3832.7769.1536.86
Hex9F641D0255226214525
Octal23714435045122464110545
Binary10011111110010011101010010110100101001101000011000101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F641D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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