#94660C

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

Shades of Golden Brown #94660C

Tints of Golden Brown #94660C

Color information

#94660C (or 0x94660C) is unknown color: approx Golden Brown. HEX triplet: 94, 66 and 0C. RGB value is (148,102,12). Sum of RGB (Red+Green+Blue) = 148+102+12=262 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.49% from 262); Green value is 102 (40.23% from 255 or 38.93% from 262); Blue value is 12 (5.08% from 255 or 4.58% from 262); Max value from RGB is 148 - color contains mainly: red. Hex color #94660C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #94660C is #6B99F3. Grayscale: #696969. Windows color (decimal): -7051764 or 812692. OLE color: 812692.

HSL color Cylindrical-coordinate representation of color #94660C: hue angle of 39.71º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #94660C is Cyan = 0, Magento = 0.31, Yellow = 0.92 and Black (K on CMYK) = 0.42.

Color convert

RGB14810212-
CMYK00.310.920.42
HSL39.71º85%31.37%-
HSV(B)39.71º91.89%58.04%-
XYZ17.0315.832.5-
YUV105.4975.24158.32-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 56.49%
GREEN value IS 102 (40.23% from 255) = 38.93%
BLUE value IS 12 (5.08% from 255) = 4.58%
R=56.49%
G=38.93%
B=4.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.92
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481021200.310.920.4239.718531.37
Hex9466C01F5C2A28551f
Octal22414614037134525012537
Binary10010100110011011000111111011100101010101000101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94660C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94660C; }

 p { color: rgb(148,102,12); }

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

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

 a { background-color: rgb(148,102,12); }

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

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

 span { border-color: rgb(148,102,12); }

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