#9F6316

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

Shades of Golden Brown #9F6316

Tints of Golden Brown #9F6316

Color information

#9F6316 (or 0x9F6316) is unknown color: approx Golden Brown. HEX triplet: 9F, 63 and 16. RGB value is (159,99,22). Sum of RGB (Red+Green+Blue) = 159+99+22=280 (37% of max value = 765). Red value is 159 (62.5% from 255 or 56.79% from 280); Green value is 99 (39.06% from 255 or 35.36% from 280); Blue value is 22 (8.98% from 255 or 7.86% from 280); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6316 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F6316 is #609CE9. Grayscale: #6C6C6C. Windows color (decimal): -6331626 or 1467295. OLE color: 1467295.

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

Color convert

RGB1599922-
CMYK00.380.860.38
HSL33.72º75.69%35.49%-
HSV(B)33.72º86.16%62.35%-
XYZ18.916.352.92-
YUV108.1679.38164.26-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 56.79%
GREEN value IS 99 (39.06% from 255) = 35.36%
BLUE value IS 22 (8.98% from 255) = 7.86%
R=56.79%
G=35.36%
B=7.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.86
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159992200.380.860.3833.7275.6935.49
Hex9F63160265626224c23
Octal23714326046126464211443
Binary10011111110001110110010011010101101001101000101001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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