#946c1c

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

Shades of Golden Brown #946C1C

Tints of Golden Brown #946C1C

Color information

#946C1C (or 0x946C1C) is unknown color: approx Golden Brown. HEX triplet: 94, 6C and 1C. RGB value is (148,108,28). Sum of RGB (Red+Green+Blue) = 148+108+28=284 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.11% from 284); Green value is 108 (42.58% from 255 or 38.03% from 284); Blue value is 28 (11.33% from 255 or 9.86% from 284); Max value from RGB is 148 - color contains mainly: red. Hex color #946C1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946C1C is #6B93E3. Grayscale: #6F6F6F. Windows color (decimal): -7050212 or 1862804. OLE color: 1862804.

HSL color Cylindrical-coordinate representation of color #946C1C: hue angle of 40º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #946C1C is Cyan = 0, Magento = 0.27, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB14810828-
CMYK00.270.810.42
HSL40º68.18%34.51%-
HSV(B)40º81.08%58.04%-
XYZ17.7817.13.46-
YUV110.8481.25154.5-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 52.11%
GREEN value IS 108 (42.58% from 255) = 38.03%
BLUE value IS 28 (11.33% from 255) = 9.86%
R=52.11%
G=38.03%
B=9.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.81
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481082800.270.810.424068.1834.51
Hex946C1C01B512A284423
Octal22415434033121525010443
Binary1001010011011001110001101110100011010101010001000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946c1c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946c1c; }

 p { color: rgb(148,108,28); }

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

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

 a { background-color: rgb(148,108,28); }

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

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

 span { border-color: rgb(148,108,28); }

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