#946807

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

Shades of Golden Brown #946807

Tints of Golden Brown #946807

Color information

#946807 (or 0x946807) is unknown color: approx Golden Brown. HEX triplet: 94, 68 and 07. RGB value is (148,104,7). Sum of RGB (Red+Green+Blue) = 148+104+7=259 (34% of max value = 765). Red value is 148 (58.20% from 255 or 57.14% from 259); Green value is 104 (41.02% from 255 or 40.15% from 259); Blue value is 7 (3.12% from 255 or 2.70% from 259); Max value from RGB is 148 - color contains mainly: red. Hex color #946807 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946807 is #6B97F8. Grayscale: #6A6A6A. Windows color (decimal): -7051257 or 485524. OLE color: 485524.

HSL color Cylindrical-coordinate representation of color #946807: hue angle of 41.28º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #946807 is Cyan = 0, Magento = 0.30, Yellow = 0.95 and Black (K on CMYK) = 0.42.

Color convert

RGB1481047-
CMYK00.300.950.42
HSL41.28º90.97%30.39%-
HSV(B)41.28º95.27%58.04%-
XYZ17.216.212.42-
YUV106.172.08157.89-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 57.14%
GREEN value IS 104 (41.02% from 255) = 40.15%
BLUE value IS 7 (3.12% from 255) = 2.70%
R=57.14%
G=40.15%
B=2.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.95
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148104700.300.950.4241.2890.9730.39
Hex9468701E5F2A295b1e
Octal2241507036137525113336
Binary1001010011010001110111101011111101010101001101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946807; }

 p { color: rgb(148,104,7); }

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

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

 a { background-color: rgb(148,104,7); }

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

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

 span { border-color: rgb(148,104,7); }

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