#966300

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

Shades of Golden Brown #966300

Tints of Golden Brown #966300

Color information

#966300 (or 0x966300) is unknown color: approx Golden Brown. HEX triplet: 96, 63 and 00. RGB value is (150,99,0). Sum of RGB (Red+Green+Blue) = 150+99+0=249 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.24% from 249); Green value is 99 (39.06% from 255 or 39.76% from 249); Blue value is 0 (0.39% from 255 or 0% from 249); Max value from RGB is 150 - color contains mainly: red. Hex color #966300 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966300 is #699CFF. Grayscale: #676767. Windows color (decimal): -6921472 or 25494. OLE color: 25494.

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

Color convert

RGB150990-
CMYK00.3410.41
HSL39.6º100%29.41%-
HSV(B)39.6º100%58.82%-
XYZ17.0415.412.08-
YUV102.9669.9161.55-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 60.24%
GREEN value IS 99 (39.06% from 255) = 39.76%
BLUE value IS 0 (0.39% from 255) = 0%
R=60.24%
G=39.76%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 1
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15099000.3410.4139.610029.41
Hex96630022642928641d
Octal2261430042144515014435
Binary100101101100011001000101100100101001101000110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966300; }

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

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

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

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

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

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

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

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