#93660F

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

Shades of Golden Brown #93660F

Tints of Golden Brown #93660F

Color information

#93660F (or 0x93660F) is unknown color: approx Golden Brown. HEX triplet: 93, 66 and 0F. RGB value is (147,102,15). Sum of RGB (Red+Green+Blue) = 147+102+15=264 (34% of max value = 765). Red value is 147 (57.81% from 255 or 55.68% from 264); Green value is 102 (40.23% from 255 or 38.64% from 264); Blue value is 15 (6.25% from 255 or 5.68% from 264); Max value from RGB is 147 - color contains mainly: red. Hex color #93660F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #93660F is #6C99F0. Grayscale: #696969. Windows color (decimal): -7117297 or 1009299. OLE color: 1009299.

HSL color Cylindrical-coordinate representation of color #93660F: hue angle of 39.55º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #93660F is Cyan = 0, Magento = 0.31, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB14710215-
CMYK00.310.900.42
HSL39.55º81.48%31.76%-
HSV(B)39.55º89.8%57.65%-
XYZ16.8715.742.6-
YUV105.5476.91157.57-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 55.68%
GREEN value IS 102 (40.23% from 255) = 38.64%
BLUE value IS 15 (6.25% from 255) = 5.68%
R=55.68%
G=38.64%
B=5.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.90
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471021500.310.900.4239.5581.4831.76
Hex9366F01F5A2A285120
Octal22314617037132525012140
Binary100100111100110111101111110110101010101010001010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93660F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93660F; }

 p { color: rgb(147,102,15); }

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

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

 a { background-color: rgb(147,102,15); }

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

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

 span { border-color: rgb(147,102,15); }

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