#946B17

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

Shades of Golden Brown #946B17

Tints of Golden Brown #946B17

Color information

#946B17 (or 0x946B17) is unknown color: approx Golden Brown. HEX triplet: 94, 6B and 17. RGB value is (148,107,23). Sum of RGB (Red+Green+Blue) = 148+107+23=278 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.24% from 278); Green value is 107 (42.19% from 255 or 38.49% from 278); Blue value is 23 (9.38% from 255 or 8.27% from 278); Max value from RGB is 148 - color contains mainly: red. Hex color #946B17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946B17 is #6B94E8. Grayscale: #6E6E6E. Windows color (decimal): -7050473 or 1534868. OLE color: 1534868.

HSL color Cylindrical-coordinate representation of color #946B17: hue angle of 40.32º degrees, saturation: 0.73, 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 #946B17 is Cyan = 0, Magento = 0.28, Yellow = 0.84 and Black (K on CMYK) = 0.42.

Color convert

RGB14810723-
CMYK00.280.840.42
HSL40.32º73.1%33.53%-
HSV(B)40.32º84.46%58.04%-
XYZ17.6316.873.14-
YUV109.6879.08155.33-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 53.24%
GREEN value IS 107 (42.19% from 255) = 38.49%
BLUE value IS 23 (9.38% from 255) = 8.27%
R=53.24%
G=38.49%
B=8.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.84
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481072300.280.840.4240.3273.133.53
Hex946B1701C542A284922
Octal22415327034124525011142
Binary1001010011010111011101110010101001010101010001001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946B17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,107,23); }

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

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

 a { background-color: rgb(148,107,23); }

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

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

 span { border-color: rgb(148,107,23); }

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