#95691A

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

Shades of Golden Brown #95691A

Tints of Golden Brown #95691A

Color information

#95691A (or 0x95691A) is unknown color: approx Golden Brown. HEX triplet: 95, 69 and 1A. RGB value is (149,105,26). Sum of RGB (Red+Green+Blue) = 149+105+26=280 (37% of max value = 765). Red value is 149 (58.59% from 255 or 53.21% from 280); Green value is 105 (41.41% from 255 or 37.5% from 280); Blue value is 26 (10.55% from 255 or 9.29% from 280); Max value from RGB is 149 - color contains mainly: red. Hex color #95691A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95691A is #6A96E5. Grayscale: #6D6D6D. Windows color (decimal): -6985446 or 1730965. OLE color: 1730965.

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

Color convert

RGB14910526-
CMYK00.300.830.42
HSL38.54º70.29%34.31%-
HSV(B)38.54º82.55%58.43%-
XYZ17.6316.573.25-
YUV109.1581.08156.42-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 53.21%
GREEN value IS 105 (41.41% from 255) = 37.5%
BLUE value IS 26 (10.55% from 255) = 9.29%
R=53.21%
G=37.5%
B=9.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.83
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491052600.300.830.4238.5470.2934.31
Hex95691A01E532A274622
Octal22515132036123524710642
Binary1001010111010011101001111010100111010101001111000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95691A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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