#957608

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

Shades of Golden Brown #957608

Tints of Golden Brown #957608

Color information

#957608 (or 0x957608) is unknown color: approx Golden Brown. HEX triplet: 95, 76 and 08. RGB value is (149,118,8). Sum of RGB (Red+Green+Blue) = 149+118+8=275 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.18% from 275); Green value is 118 (46.48% from 255 or 42.91% from 275); Blue value is 8 (3.52% from 255 or 2.91% from 275); Max value from RGB is 149 - color contains mainly: red. Hex color #957608 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957608 is #6A89F7. Grayscale: #737373. Windows color (decimal): -6982136 or 554645. OLE color: 554645.

HSL color Cylindrical-coordinate representation of color #957608: hue angle of 46.81º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #957608 is Cyan = 0, Magento = 0.21, Yellow = 0.95 and Black (K on CMYK) = 0.42.

Color convert

RGB1491188-
CMYK00.210.950.42
HSL46.81º89.81%30.78%-
HSV(B)46.81º94.63%58.43%-
XYZ18.9219.362.97-
YUV114.7367.77152.44-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 54.18%
GREEN value IS 118 (46.48% from 255) = 42.91%
BLUE value IS 8 (3.52% from 255) = 2.91%
R=54.18%
G=42.91%
B=2.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.95
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149118800.210.950.4246.8189.8130.78
Hex957680155F2A2f5a1f
Octal22516610025137525713237
Binary10010101111011010000101011011111101010101111101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957608; }

 p { color: rgb(149,118,8); }

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

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

 a { background-color: rgb(149,118,8); }

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

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

 span { border-color: rgb(149,118,8); }

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