#665414

Color #665414 Bronze Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bronze Olive #665414

Tints of Bronze Olive #665414

Color information

#665414 (or 0x665414) is unknown color: approx Bronze Olive. HEX triplet: 66, 54 and 14. RGB value is (102,84,20). Sum of RGB (Red+Green+Blue) = 102+84+20=206 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.51% from 206); Green value is 84 (33.20% from 255 or 40.78% from 206); Blue value is 20 (8.20% from 255 or 9.71% from 206); Max value from RGB is 102 - color contains mainly: red. Hex color #665414 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665414 is #99ABEB. Grayscale: #525252. Windows color (decimal): -10071020 or 1332326. OLE color: 1332326.

HSL color Cylindrical-coordinate representation of color #665414: hue angle of 46.83º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #665414 is Cyan = 0, Magento = 0.18, Yellow = 0.80 and Black (K on CMYK) = 0.6.

Color convert

RGB1028420-
CMYK00.180.800.6
HSL46.83º67.21%23.92%-
HSV(B)46.83º80.39%40%-
XYZ8.789.221.98-
YUV82.0992.96142.2-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 49.51%
GREEN value IS 84 (33.20% from 255) = 40.78%
BLUE value IS 20 (8.20% from 255) = 9.71%
R=49.51%
G=40.78%
B=9.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.80
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102842000.180.800.646.8367.2123.92
Hex665414012503C2f4318
Octal14612424022120745710330
Binary11001101010100101000100101010000111100101111100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665414; }

 p { color: rgb(102,84,20); }

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

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

 a { background-color: rgb(102,84,20); }

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

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

 span { border-color: rgb(102,84,20); }

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