#946918

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

Shades of Golden Brown #946918

Tints of Golden Brown #946918

Color information

#946918 (or 0x946918) is unknown color: approx Golden Brown. HEX triplet: 94, 69 and 18. RGB value is (148,105,24). Sum of RGB (Red+Green+Blue) = 148+105+24=277 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.43% from 277); Green value is 105 (41.41% from 255 or 37.91% from 277); Blue value is 24 (9.77% from 255 or 8.66% from 277); Max value from RGB is 148 - color contains mainly: red. Hex color #946918 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946918 is #6B96E7. Grayscale: #6C6C6C. Windows color (decimal): -7050984 or 1599892. OLE color: 1599892.

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

Color convert

RGB14810524-
CMYK00.290.840.42
HSL39.19º72.09%33.73%-
HSV(B)39.19º83.78%58.04%-
XYZ17.4316.463.12-
YUV108.6280.25156.09-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 53.43%
GREEN value IS 105 (41.41% from 255) = 37.91%
BLUE value IS 24 (9.77% from 255) = 8.66%
R=53.43%
G=37.91%
B=8.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.84
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481052400.290.840.4239.1972.0933.73
Hex94691801D542A274822
Octal22415130035124524711042
Binary1001010011010011100001110110101001010101001111001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946918; }

 p { color: rgb(148,105,24); }

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

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

 a { background-color: rgb(148,105,24); }

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

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

 span { border-color: rgb(148,105,24); }

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