#946921

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

Shades of Golden Brown #946921

Tints of Golden Brown #946921

Color information

#946921 (or 0x946921) is unknown color: approx Golden Brown. HEX triplet: 94, 69 and 21. RGB value is (148,105,33). Sum of RGB (Red+Green+Blue) = 148+105+33=286 (37% of max value = 765). Red value is 148 (58.20% from 255 or 51.75% from 286); Green value is 105 (41.41% from 255 or 36.71% from 286); Blue value is 33 (13.28% from 255 or 11.54% from 286); Max value from RGB is 148 - color contains mainly: red. Hex color #946921 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946921 is #6B96DE. Grayscale: #6D6D6D. Windows color (decimal): -7050975 or 2189716. OLE color: 2189716.

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

Color convert

RGB14810533-
CMYK00.290.780.42
HSL37.57º63.54%35.49%-
HSV(B)37.57º77.7%58.04%-
XYZ17.5416.513.7-
YUV109.6584.75155.35-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 51.75%
GREEN value IS 105 (41.41% from 255) = 36.71%
BLUE value IS 33 (13.28% from 255) = 11.54%
R=51.75%
G=36.71%
B=11.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.78
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481053300.290.780.4237.5763.5435.49
Hex94692101D4E2A264023
Octal22415141035116524610043
Binary10010100110100110000101110110011101010101001101000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946921; }

 p { color: rgb(148,105,33); }

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

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

 a { background-color: rgb(148,105,33); }

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

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

 span { border-color: rgb(148,105,33); }

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