#966714

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

Shades of Golden Brown #966714

Tints of Golden Brown #966714

Color information

#966714 (or 0x966714) is unknown color: approx Golden Brown. HEX triplet: 96, 67 and 14. RGB value is (150,103,20). Sum of RGB (Red+Green+Blue) = 150+103+20=273 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.95% from 273); Green value is 103 (40.62% from 255 or 37.73% from 273); Blue value is 20 (8.20% from 255 or 7.33% from 273); Max value from RGB is 150 - color contains mainly: red. Hex color #966714 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966714 is #6998EB. Grayscale: #6B6B6B. Windows color (decimal): -6920428 or 1337238. OLE color: 1337238.

HSL color Cylindrical-coordinate representation of color #966714: hue angle of 38.31º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #966714 is Cyan = 0, Magento = 0.31, Yellow = 0.87 and Black (K on CMYK) = 0.41.

Color convert

RGB15010320-
CMYK00.310.870.41
HSL38.31º76.47%33.33%-
HSV(B)38.31º86.67%58.82%-
XYZ17.5516.242.87-
YUV107.5978.57158.25-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 54.95%
GREEN value IS 103 (40.62% from 255) = 37.73%
BLUE value IS 20 (8.20% from 255) = 7.33%
R=54.95%
G=37.73%
B=7.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.87
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501032000.310.870.4138.3176.4733.33
Hex96671401F5729264c21
Octal22614724037127514611441
Binary1001011011001111010001111110101111010011001101001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966714; }

 p { color: rgb(150,103,20); }

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

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

 a { background-color: rgb(150,103,20); }

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

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

 span { border-color: rgb(150,103,20); }

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