#9F671A

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

Shades of Golden Brown #9F671A

Tints of Golden Brown #9F671A

Color information

#9F671A (or 0x9F671A) is unknown color: approx Golden Brown. HEX triplet: 9F, 67 and 1A. RGB value is (159,103,26). Sum of RGB (Red+Green+Blue) = 159+103+26=288 (38% of max value = 765). Red value is 159 (62.5% from 255 or 55.21% from 288); Green value is 103 (40.62% from 255 or 35.76% from 288); Blue value is 26 (10.55% from 255 or 9.03% from 288); Max value from RGB is 159 - color contains mainly: red. Hex color #9F671A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F671A is #6098E5. Grayscale: #6F6F6F. Windows color (decimal): -6330598 or 1730463. OLE color: 1730463.

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

Color convert

RGB15910326-
CMYK00.350.840.38
HSL34.74º71.89%36.27%-
HSV(B)34.74º83.65%62.35%-
XYZ19.3317.153.27-
YUV110.9780.05162.26-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 55.21%
GREEN value IS 103 (40.62% from 255) = 35.76%
BLUE value IS 26 (10.55% from 255) = 9.03%
R=55.21%
G=35.76%
B=9.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.84
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591032600.350.840.3834.7471.8936.27
Hex9F671A0235426234824
Octal23714732043124464311044
Binary10011111110011111010010001110101001001101000111001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F671A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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