#94681E

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

Shades of Golden Brown #94681E

Tints of Golden Brown #94681E

Color information

#94681E (or 0x94681E) is unknown color: approx Golden Brown. HEX triplet: 94, 68 and 1E. RGB value is (148,104,30). Sum of RGB (Red+Green+Blue) = 148+104+30=282 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.48% from 282); Green value is 104 (41.02% from 255 or 36.88% from 282); Blue value is 30 (12.11% from 255 or 10.64% from 282); Max value from RGB is 148 - color contains mainly: red. Hex color #94681E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94681E is #6B97E1. Grayscale: #6D6D6D. Windows color (decimal): -7051234 or 1992852. OLE color: 1992852.

HSL color Cylindrical-coordinate representation of color #94681E: hue angle of 37.63º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #94681E is Cyan = 0, Magento = 0.30, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB14810430-
CMYK00.300.800.42
HSL37.63º66.29%34.9%-
HSV(B)37.63º79.73%58.04%-
XYZ17.416.293.46-
YUV108.7283.58156.02-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 52.48%
GREEN value IS 104 (41.02% from 255) = 36.88%
BLUE value IS 30 (12.11% from 255) = 10.64%
R=52.48%
G=36.88%
B=10.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.80
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481043000.300.800.4237.6366.2934.9
Hex94681E01E502A264223
Octal22415036036120524610243
Binary1001010011010001111001111010100001010101001101000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94681E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94681E; }

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

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

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

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

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

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

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

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