#966305

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

Shades of Golden Brown #966305

Tints of Golden Brown #966305

Color information

#966305 (or 0x966305) is unknown color: approx Golden Brown. HEX triplet: 96, 63 and 05. RGB value is (150,99,5). Sum of RGB (Red+Green+Blue) = 150+99+5=254 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.06% from 254); Green value is 99 (39.06% from 255 or 38.98% from 254); Blue value is 5 (2.34% from 255 or 1.97% from 254); Max value from RGB is 150 - color contains mainly: red. Hex color #966305 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966305 is #699CFA. Grayscale: #676767. Windows color (decimal): -6921467 or 353174. OLE color: 353174.

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

Color convert

RGB150995-
CMYK00.340.970.41
HSL38.9º93.55%30.39%-
HSV(B)38.9º96.67%58.82%-
XYZ17.0715.422.22-
YUV103.5372.4161.14-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 59.06%
GREEN value IS 99 (39.06% from 255) = 38.98%
BLUE value IS 5 (2.34% from 255) = 1.97%
R=59.06%
G=38.98%
B=1.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.97
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15099500.340.970.4138.993.5530.39
Hex966350226129275e1e
Octal2261435042141514713636
Binary10010110110001110101000101100001101001100111101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966305; }

 p { color: rgb(150,99,5); }

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

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

 a { background-color: rgb(150,99,5); }

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

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

 span { border-color: rgb(150,99,5); }

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