#95661A

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

Shades of Golden Brown #95661A

Tints of Golden Brown #95661A

Color information

#95661A (or 0x95661A) is unknown color: approx Golden Brown. HEX triplet: 95, 66 and 1A. RGB value is (149,102,26). Sum of RGB (Red+Green+Blue) = 149+102+26=277 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.79% from 277); Green value is 102 (40.23% from 255 or 36.82% from 277); Blue value is 26 (10.55% from 255 or 9.39% from 277); Max value from RGB is 149 - color contains mainly: red. Hex color #95661A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95661A is #6A99E5. Grayscale: #6B6B6B. Windows color (decimal): -6986214 or 1730197. OLE color: 1730197.

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

Color convert

RGB14910226-
CMYK00.320.830.42
HSL37.07º70.29%34.31%-
HSV(B)37.07º82.55%58.43%-
XYZ17.3315.973.15-
YUV107.3982.07157.68-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 53.79%
GREEN value IS 102 (40.23% from 255) = 36.82%
BLUE value IS 26 (10.55% from 255) = 9.39%
R=53.79%
G=36.82%
B=9.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.83
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491022600.320.830.4237.0770.2934.31
Hex95661A020532A254622
Octal22514632040123524510642
Binary10010101110011011010010000010100111010101001011000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95661A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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