#967501

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

Shades of Golden Brown #967501

Tints of Golden Brown #967501

Color information

#967501 (or 0x967501) is unknown color: approx Golden Brown. HEX triplet: 96, 75 and 01. RGB value is (150,117,1). Sum of RGB (Red+Green+Blue) = 150+117+1=268 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.97% from 268); Green value is 117 (46.09% from 255 or 43.66% from 268); Blue value is 1 (0.78% from 255 or 0.37% from 268); Max value from RGB is 150 - color contains mainly: red. Hex color #967501 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #967501 is #698AFE. Grayscale: #727272. Windows color (decimal): -6916863 or 95638. OLE color: 95638.

HSL color Cylindrical-coordinate representation of color #967501: hue angle of 46.71º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #967501 is Cyan = 0, Magento = 0.22, Yellow = 0.99 and Black (K on CMYK) = 0.41.

Color convert

RGB1501171-
CMYK00.220.990.41
HSL46.71º98.68%29.61%-
HSV(B)46.71º99.33%58.82%-
XYZ18.9419.212.74-
YUV113.6464.43153.93-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 55.97%
GREEN value IS 117 (46.09% from 255) = 43.66%
BLUE value IS 1 (0.78% from 255) = 0.37%
R=55.97%
G=43.66%
B=0.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.99
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150117100.220.990.4146.7198.6829.61
Hex9675101663292f631e
Octal2261651026143515714336
Binary10010110111010110101101100011101001101111110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967501; }

 p { color: rgb(150,117,1); }

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

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

 a { background-color: rgb(150,117,1); }

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

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

 span { border-color: rgb(150,117,1); }

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