#645014

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

Shades of Bronze Olive #645014

Tints of Bronze Olive #645014

Color information

#645014 (or 0x645014) is unknown color: approx Bronze Olive. HEX triplet: 64, 50 and 14. RGB value is (100,80,20). Sum of RGB (Red+Green+Blue) = 100+80+20=200 (26% of max value = 765). Red value is 100 (39.45% from 255 or 50% from 200); Green value is 80 (31.64% from 255 or 40% from 200); Blue value is 20 (8.20% from 255 or 10% from 200); Max value from RGB is 100 - color contains mainly: red. Hex color #645014 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #645014 is #9BAFEB. Grayscale: #4F4F4F. Windows color (decimal): -10203116 or 1331300. OLE color: 1331300.

HSL color Cylindrical-coordinate representation of color #645014: hue angle of 45º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #645014 is Cyan = 0, Magento = 0.2, Yellow = 0.8 and Black (K on CMYK) = 0.61.

Color convert

RGB1008020-
CMYK00.20.80.61
HSL45º66.67%23.53%-
HSV(B)45º80%39.22%-
XYZ8.258.51.87-
YUV79.1494.63142.88-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 50%
GREEN value IS 80 (31.64% from 255) = 40%
BLUE value IS 20 (8.20% from 255) = 10%
R=50%
G=40%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.8
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100802000.20.80.614566.6723.53
Hex645014014503D2d4318
Octal14412024024120755510330
Binary11001001010000101000101001010000111101101101100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645014; }

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

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

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

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

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

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

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

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