#95610B

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

Shades of Golden Brown #95610B

Tints of Golden Brown #95610B

Color information

#95610B (or 0x95610B) is unknown color: approx Golden Brown. HEX triplet: 95, 61 and 0B. RGB value is (149,97,11). Sum of RGB (Red+Green+Blue) = 149+97+11=257 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.98% from 257); Green value is 97 (38.28% from 255 or 37.74% from 257); Blue value is 11 (4.69% from 255 or 4.28% from 257); Max value from RGB is 149 - color contains mainly: red. Hex color #95610B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #95610B is #6A9EF4. Grayscale: #676767. Windows color (decimal): -6987509 or 745877. OLE color: 745877.

HSL color Cylindrical-coordinate representation of color #95610B: hue angle of 37.39º 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 #95610B is Cyan = 0, Magento = 0.35, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB1499711-
CMYK00.350.930.42
HSL37.39º86.25%31.37%-
HSV(B)37.39º92.62%58.43%-
XYZ16.7314.962.32-
YUV102.7476.23160.99-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 57.98%
GREEN value IS 97 (38.28% from 255) = 37.74%
BLUE value IS 11 (4.69% from 255) = 4.28%
R=57.98%
G=37.74%
B=4.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149971100.350.930.4237.3986.2531.37
Hex9561B0235D2A25561f
Octal22514113043135524512637
Binary100101011100001101101000111011101101010100101101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95610B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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