#96691B

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

Shades of Golden Brown #96691B

Tints of Golden Brown #96691B

Color information

#96691B (or 0x96691B) is unknown color: approx Golden Brown. HEX triplet: 96, 69 and 1B. RGB value is (150,105,27). Sum of RGB (Red+Green+Blue) = 150+105+27=282 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.19% from 282); Green value is 105 (41.41% from 255 or 37.23% from 282); Blue value is 27 (10.94% from 255 or 9.57% from 282); Max value from RGB is 150 - color contains mainly: red. Hex color #96691B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96691B is #6996E4. Grayscale: #6D6D6D. Windows color (decimal): -6919909 or 1796502. OLE color: 1796502.

HSL color Cylindrical-coordinate representation of color #96691B: hue angle of 38.05º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #96691B is Cyan = 0, Magento = 0.30, Yellow = 0.82 and Black (K on CMYK) = 0.41.

Color convert

RGB15010527-
CMYK00.300.820.41
HSL38.05º69.49%34.71%-
HSV(B)38.05º82%58.82%-
XYZ17.8316.673.31-
YUV109.5681.41156.84-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.19%
GREEN value IS 105 (41.41% from 255) = 37.23%
BLUE value IS 27 (10.94% from 255) = 9.57%
R=53.19%
G=37.23%
B=9.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.82
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501052700.300.820.4138.0569.4934.71
Hex96691B01E5229264523
Octal22615133036122514610543
Binary1001011011010011101101111010100101010011001101000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96691B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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