#956301

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

Shades of Golden Brown #956301

Tints of Golden Brown #956301

Color information

#956301 (or 0x956301) is unknown color: approx Golden Brown. HEX triplet: 95, 63 and 01. RGB value is (149,99,1). Sum of RGB (Red+Green+Blue) = 149+99+1=249 (32% of max value = 765). Red value is 149 (58.59% from 255 or 59.84% from 249); Green value is 99 (39.06% from 255 or 39.76% from 249); Blue value is 1 (0.78% from 255 or 0.40% from 249); Max value from RGB is 149 - color contains mainly: red. Hex color #956301 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956301 is #6A9CFE. Grayscale: #676767. Windows color (decimal): -6987007 or 91029. OLE color: 91029.

HSL color Cylindrical-coordinate representation of color #956301: hue angle of 39.73º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #956301 is Cyan = 0, Magento = 0.34, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB149991-
CMYK00.340.990.42
HSL39.73º98.67%29.41%-
HSV(B)39.73º99.33%58.43%-
XYZ16.8615.322.1-
YUV102.7870.56160.97-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 59.84%
GREEN value IS 99 (39.06% from 255) = 39.76%
BLUE value IS 1 (0.78% from 255) = 0.40%
R=59.84%
G=39.76%
B=0.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.99
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14999100.340.990.4239.7398.6729.41
Hex95631022632A28631d
Octal2251431042143525014335
Binary100101011100011101000101100011101010101000110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956301; }

 p { color: rgb(149,99,1); }

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

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

 a { background-color: rgb(149,99,1); }

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

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

 span { border-color: rgb(149,99,1); }

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