#946200

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

Shades of Golden Brown #946200

Tints of Golden Brown #946200

Color information

#946200 (or 0x946200) is unknown color: approx Golden Brown. HEX triplet: 94, 62 and 00. RGB value is (148,98,0). Sum of RGB (Red+Green+Blue) = 148+98+0=246 (32% of max value = 765). Red value is 148 (58.20% from 255 or 60.16% from 246); Green value is 98 (38.67% from 255 or 39.84% from 246); Blue value is 0 (0.39% from 255 or 0% from 246); Max value from RGB is 148 - color contains mainly: red. Hex color #946200 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946200 is #6B9DFF. Grayscale: #666666. Windows color (decimal): -7052800 or 25236. OLE color: 25236.

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

Color convert

RGB148980-
CMYK00.3410.42
HSL39.73º100%29.02%-
HSV(B)39.73º100%58.04%-
XYZ16.5815.032.03-
YUV101.7870.56160.97-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 60.16%
GREEN value IS 98 (38.67% from 255) = 39.84%
BLUE value IS 0 (0.39% from 255) = 0%
R=60.16%
G=39.84%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 1
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14898000.3410.4239.7310029.02
Hex94620022642A28641d
Octal2241420042144525014435
Binary100101001100010001000101100100101010101000110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946200; }

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

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

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

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

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

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

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

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