#95690B

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

Shades of Golden Brown #95690B

Tints of Golden Brown #95690B

Color information

#95690B (or 0x95690B) is unknown color: approx Golden Brown. HEX triplet: 95, 69 and 0B. RGB value is (149,105,11). Sum of RGB (Red+Green+Blue) = 149+105+11=265 (35% of max value = 765). Red value is 149 (58.59% from 255 or 56.23% from 265); Green value is 105 (41.41% from 255 or 39.62% from 265); Blue value is 11 (4.69% from 255 or 4.15% from 265); Max value from RGB is 149 - color contains mainly: red. Hex color #95690B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #95690B is #6A96F4. Grayscale: #6B6B6B. Windows color (decimal): -6985461 or 747925. OLE color: 747925.

HSL color Cylindrical-coordinate representation of color #95690B: hue angle of 40.87º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #95690B is Cyan = 0, Magento = 0.30, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB14910511-
CMYK00.300.930.42
HSL40.87º86.25%31.37%-
HSV(B)40.87º92.62%58.43%-
XYZ17.5116.522.58-
YUV107.4473.58157.64-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 56.23%
GREEN value IS 105 (41.41% from 255) = 39.62%
BLUE value IS 11 (4.69% from 255) = 4.15%
R=56.23%
G=39.62%
B=4.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491051100.300.930.4240.8786.2531.37
Hex9569B01E5D2A29561f
Octal22515113036135525112637
Binary10010101110100110110111101011101101010101001101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95690B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,105,11); }

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

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

 a { background-color: rgb(149,105,11); }

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

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

 span { border-color: rgb(149,105,11); }

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