#936414

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

Shades of Golden Brown #936414

Tints of Golden Brown #936414

Color information

#936414 (or 0x936414) is unknown color: approx Golden Brown. HEX triplet: 93, 64 and 14. RGB value is (147,100,20). Sum of RGB (Red+Green+Blue) = 147+100+20=267 (35% of max value = 765). Red value is 147 (57.81% from 255 or 55.06% from 267); Green value is 100 (39.45% from 255 or 37.45% from 267); Blue value is 20 (8.20% from 255 or 7.49% from 267); Max value from RGB is 147 - color contains mainly: red. Hex color #936414 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #936414 is #6C9BEB. Grayscale: #696969. Windows color (decimal): -7117804 or 1336467. OLE color: 1336467.

HSL color Cylindrical-coordinate representation of color #936414: hue angle of 37.8º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #936414 is Cyan = 0, Magento = 0.32, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB14710020-
CMYK00.320.860.42
HSL37.8º76.05%32.75%-
HSV(B)37.8º86.39%57.65%-
XYZ16.7215.372.75-
YUV104.9380.07158-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 55.06%
GREEN value IS 100 (39.45% from 255) = 37.45%
BLUE value IS 20 (8.20% from 255) = 7.49%
R=55.06%
G=37.45%
B=7.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.86
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471002000.320.860.4237.876.0532.75
Hex936414020562A264c21
Octal22314424040126524611441
Binary10010011110010010100010000010101101010101001101001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936414; }

 p { color: rgb(147,100,20); }

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

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

 a { background-color: rgb(147,100,20); }

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

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

 span { border-color: rgb(147,100,20); }

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