#96691A

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

Shades of Golden Brown #96691A

Tints of Golden Brown #96691A

Color information

#96691A (or 0x96691A) is unknown color: approx Golden Brown. HEX triplet: 96, 69 and 1A. RGB value is (150,105,26). Sum of RGB (Red+Green+Blue) = 150+105+26=281 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.38% from 281); Green value is 105 (41.41% from 255 or 37.37% from 281); Blue value is 26 (10.55% from 255 or 9.25% from 281); Max value from RGB is 150 - color contains mainly: red. Hex color #96691A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96691A is #6996E5. Grayscale: #6D6D6D. Windows color (decimal): -6919910 or 1730966. OLE color: 1730966.

HSL color Cylindrical-coordinate representation of color #96691A: hue angle of 38.23º 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 #96691A is Cyan = 0, Magento = 0.30, Yellow = 0.83 and Black (K on CMYK) = 0.41.

Color convert

RGB15010526-
CMYK00.300.830.41
HSL38.23º70.45%34.51%-
HSV(B)38.23º82.67%58.82%-
XYZ17.8216.663.25-
YUV109.4580.91156.92-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.38%
GREEN value IS 105 (41.41% from 255) = 37.37%
BLUE value IS 26 (10.55% from 255) = 9.25%
R=53.38%
G=37.37%
B=9.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.83
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501052600.300.830.4138.2370.4534.51
Hex96691A01E5329264623
Octal22615132036123514610643
Binary1001011011010011101001111010100111010011001101000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96691A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96691A; }

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

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

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

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

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

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

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

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