#955608

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

Shades of Golden Brown #955608

Tints of Golden Brown #955608

Color information

#955608 (or 0x955608) is unknown color: approx Golden Brown. HEX triplet: 95, 56 and 08. RGB value is (149,86,8). Sum of RGB (Red+Green+Blue) = 149+86+8=243 (32% of max value = 765). Red value is 149 (58.59% from 255 or 61.32% from 243); Green value is 86 (33.98% from 255 or 35.39% from 243); Blue value is 8 (3.52% from 255 or 3.29% from 243); Max value from RGB is 149 - color contains mainly: red. Hex color #955608 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955608 is #6AA9F7. Grayscale: #606060. Windows color (decimal): -6990328 or 546453. OLE color: 546453.

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

Color convert

RGB149868-
CMYK00.420.950.42
HSL33.19º89.81%30.78%-
HSV(B)33.19º94.63%58.43%-
XYZ15.7713.061.92-
YUV95.9478.37165.84-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 61.32%
GREEN value IS 86 (33.98% from 255) = 35.39%
BLUE value IS 8 (3.52% from 255) = 3.29%
R=61.32%
G=35.39%
B=3.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.95
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14986800.420.950.4233.1989.8130.78
Hex9556802A5F2A215a1f
Octal22512610052137524113237
Binary100101011010110100001010101011111101010100001101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955608; }

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

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

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

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

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

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

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

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