#966A1A

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

Shades of Golden Brown #966A1A

Tints of Golden Brown #966A1A

Color information

#966A1A (or 0x966A1A) is unknown color: approx Golden Brown. HEX triplet: 96, 6A and 1A. RGB value is (150,106,26). Sum of RGB (Red+Green+Blue) = 150+106+26=282 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.19% from 282); Green value is 106 (41.80% from 255 or 37.59% from 282); Blue value is 26 (10.55% from 255 or 9.22% from 282); Max value from RGB is 150 - color contains mainly: red. Hex color #966A1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966A1A is #6995E5. Grayscale: #6E6E6E. Windows color (decimal): -6919654 or 1731222. OLE color: 1731222.

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

Color convert

RGB15010626-
CMYK00.290.830.41
HSL38.71º70.45%34.51%-
HSV(B)38.71º82.67%58.82%-
XYZ17.9216.873.29-
YUV110.0480.58156.5-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.19%
GREEN value IS 106 (41.80% from 255) = 37.59%
BLUE value IS 26 (10.55% from 255) = 9.22%
R=53.19%
G=37.59%
B=9.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.83
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501062600.290.830.4138.7170.4534.51
Hex966A1A01D5329274623
Octal22615232035123514710643
Binary1001011011010101101001110110100111010011001111000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966A1A; }

 p { color: rgb(150,106,26); }

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

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

 a { background-color: rgb(150,106,26); }

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

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

 span { border-color: rgb(150,106,26); }

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