#946707

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

Shades of Golden Brown #946707

Tints of Golden Brown #946707

Color information

#946707 (or 0x946707) is unknown color: approx Golden Brown. HEX triplet: 94, 67 and 07. RGB value is (148,103,7). Sum of RGB (Red+Green+Blue) = 148+103+7=258 (34% of max value = 765). Red value is 148 (58.20% from 255 or 57.36% from 258); Green value is 103 (40.62% from 255 or 39.92% from 258); Blue value is 7 (3.12% from 255 or 2.71% from 258); Max value from RGB is 148 - color contains mainly: red. Hex color #946707 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946707 is #6B98F8. Grayscale: #696969. Windows color (decimal): -7051513 or 485268. OLE color: 485268.

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

Color convert

RGB1481037-
CMYK00.300.950.42
HSL40.85º90.97%30.39%-
HSV(B)40.85º95.27%58.04%-
XYZ17.116.012.39-
YUV105.5172.41158.31-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 57.36%
GREEN value IS 103 (40.62% from 255) = 39.92%
BLUE value IS 7 (3.12% from 255) = 2.71%
R=57.36%
G=39.92%
B=2.71%

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
Decimal148103700.300.950.4240.8590.9730.39
Hex9467701E5F2A295b1e
Octal2241477036137525113336
Binary1001010011001111110111101011111101010101001101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946707; }

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

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

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

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

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

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

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

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