#946215

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

Shades of Golden Brown #946215

Tints of Golden Brown #946215

Color information

#946215 (or 0x946215) is unknown color: approx Golden Brown. HEX triplet: 94, 62 and 15. RGB value is (148,98,21). Sum of RGB (Red+Green+Blue) = 148+98+21=267 (35% of max value = 765). Red value is 148 (58.20% from 255 or 55.43% from 267); Green value is 98 (38.67% from 255 or 36.70% from 267); Blue value is 21 (8.59% from 255 or 7.87% from 267); Max value from RGB is 148 - color contains mainly: red. Hex color #946215 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946215 is #6B9DEA. Grayscale: #686868. Windows color (decimal): -7052779 or 1401492. OLE color: 1401492.

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

Color convert

RGB1489821-
CMYK00.340.860.42
HSL36.38º75.15%33.14%-
HSV(B)36.38º85.81%58.04%-
XYZ16.7215.092.74-
YUV104.1781.06159.26-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 55.43%
GREEN value IS 98 (38.67% from 255) = 36.70%
BLUE value IS 21 (8.59% from 255) = 7.87%
R=55.43%
G=36.70%
B=7.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.86
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148982100.340.860.4236.3875.1533.14
Hex946215022562A244b21
Octal22414225042126524411341
Binary10010100110001010101010001010101101010101001001001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946215; }

 p { color: rgb(148,98,21); }

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

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

 a { background-color: rgb(148,98,21); }

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

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

 span { border-color: rgb(148,98,21); }

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