#93660A

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

Shades of Golden Brown #93660A

Tints of Golden Brown #93660A

Color information

#93660A (or 0x93660A) is unknown color: approx Golden Brown. HEX triplet: 93, 66 and 0A. RGB value is (147,102,10). Sum of RGB (Red+Green+Blue) = 147+102+10=259 (34% of max value = 765). Red value is 147 (57.81% from 255 or 56.76% from 259); Green value is 102 (40.23% from 255 or 39.38% from 259); Blue value is 10 (4.30% from 255 or 3.86% from 259); Max value from RGB is 147 - color contains mainly: red. Hex color #93660A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #93660A is #6C99F5. Grayscale: #696969. Windows color (decimal): -7117302 or 681619. OLE color: 681619.

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

Color convert

RGB14710210-
CMYK00.310.930.42
HSL40.29º87.26%30.78%-
HSV(B)40.29º93.2%57.65%-
XYZ16.8415.732.44-
YUV104.9774.41157.98-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 56.76%
GREEN value IS 102 (40.23% from 255) = 39.38%
BLUE value IS 10 (4.30% from 255) = 3.86%
R=56.76%
G=39.38%
B=3.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471021000.310.930.4240.2987.2630.78
Hex9366A01F5D2A28571f
Octal22314612037135525012737
Binary10010011110011010100111111011101101010101000101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93660A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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