#936A1F

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

Shades of Golden Brown #936A1F

Tints of Golden Brown #936A1F

Color information

#936A1F (or 0x936A1F) is unknown color: approx Golden Brown. HEX triplet: 93, 6A and 1F. RGB value is (147,106,31). Sum of RGB (Red+Green+Blue) = 147+106+31=284 (37% of max value = 765). Red value is 147 (57.81% from 255 or 51.76% from 284); Green value is 106 (41.80% from 255 or 37.32% from 284); Blue value is 31 (12.5% from 255 or 10.92% from 284); Max value from RGB is 147 - color contains mainly: red. Hex color #936A1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #936A1F is #6C95E0. Grayscale: #6E6E6E. Windows color (decimal): -7116257 or 2058899. OLE color: 2058899.

HSL color Cylindrical-coordinate representation of color #936A1F: hue angle of 38.79º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #936A1F is Cyan = 0, Magento = 0.28, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB14710631-
CMYK00.280.790.42
HSL38.79º65.17%34.9%-
HSV(B)38.79º78.91%57.65%-
XYZ17.4316.613.58-
YUV109.7183.58154.6-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 51.76%
GREEN value IS 106 (41.80% from 255) = 37.32%
BLUE value IS 31 (12.5% from 255) = 10.92%
R=51.76%
G=37.32%
B=10.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.79
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471063100.280.790.4238.7965.1734.9
Hex936A1F01C4F2A274123
Octal22315237034117524710143
Binary1001001111010101111101110010011111010101001111000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936A1F; }

 p { color: rgb(147,106,31); }

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

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

 a { background-color: rgb(147,106,31); }

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

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

 span { border-color: rgb(147,106,31); }

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