#95641A

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

Shades of Golden Brown #95641A

Tints of Golden Brown #95641A

Color information

#95641A (or 0x95641A) is unknown color: approx Golden Brown. HEX triplet: 95, 64 and 1A. RGB value is (149,100,26). Sum of RGB (Red+Green+Blue) = 149+100+26=275 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.18% from 275); Green value is 100 (39.45% from 255 or 36.36% from 275); Blue value is 26 (10.55% from 255 or 9.45% from 275); Max value from RGB is 149 - color contains mainly: red. Hex color #95641A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95641A is #6A9BE5. Grayscale: #6A6A6A. Windows color (decimal): -6986726 or 1729685. OLE color: 1729685.

HSL color Cylindrical-coordinate representation of color #95641A: hue angle of 36.1º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #95641A is Cyan = 0, Magento = 0.33, Yellow = 0.83 and Black (K on CMYK) = 0.42.

Color convert

RGB14910026-
CMYK00.330.830.42
HSL36.1º70.29%34.31%-
HSV(B)36.1º82.55%58.43%-
XYZ17.1415.583.08-
YUV106.2182.73158.52-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 54.18%
GREEN value IS 100 (39.45% from 255) = 36.36%
BLUE value IS 26 (10.55% from 255) = 9.45%
R=54.18%
G=36.36%
B=9.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.83
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491002600.330.830.4236.170.2934.31
Hex95641A021532A244622
Octal22514432041123524410642
Binary10010101110010011010010000110100111010101001001000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95641A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95641A; }

 p { color: rgb(149,100,26); }

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

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

 a { background-color: rgb(149,100,26); }

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

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

 span { border-color: rgb(149,100,26); }

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