#95611D

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

Shades of Golden Brown #95611D

Tints of Golden Brown #95611D

Color information

#95611D (or 0x95611D) is unknown color: approx Golden Brown. HEX triplet: 95, 61 and 1D. RGB value is (149,97,29). Sum of RGB (Red+Green+Blue) = 149+97+29=275 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.18% from 275); Green value is 97 (38.28% from 255 or 35.27% from 275); Blue value is 29 (11.72% from 255 or 10.55% from 275); Max value from RGB is 149 - color contains mainly: red. Hex color #95611D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95611D is #6A9EE2. Grayscale: #696969. Windows color (decimal): -6987491 or 1925525. OLE color: 1925525.

HSL color Cylindrical-coordinate representation of color #95611D: hue angle of 34º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #95611D is Cyan = 0, Magento = 0.35, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB1499729-
CMYK00.350.810.42
HSL34º67.42%34.9%-
HSV(B)34º80.54%58.43%-
XYZ16.8915.033.17-
YUV104.885.23159.53-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 54.18%
GREEN value IS 97 (38.28% from 255) = 35.27%
BLUE value IS 29 (11.72% from 255) = 10.55%
R=54.18%
G=35.27%
B=10.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.81
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149972900.350.810.423467.4234.9
Hex95611D023512A224323
Octal22514135043121524210343
Binary10010101110000111101010001110100011010101000101000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95611D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95611D; }

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

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

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

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

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

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

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

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