#645315

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

Shades of Bronze Olive #645315

Tints of Bronze Olive #645315

Color information

#645315 (or 0x645315) is unknown color: approx Bronze Olive. HEX triplet: 64, 53 and 15. RGB value is (100,83,21). Sum of RGB (Red+Green+Blue) = 100+83+21=204 (27% of max value = 765). Red value is 100 (39.45% from 255 or 49.02% from 204); Green value is 83 (32.81% from 255 or 40.69% from 204); Blue value is 21 (8.59% from 255 or 10.29% from 204); Max value from RGB is 100 - color contains mainly: red. Hex color #645315 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #645315 is #9BACEA. Grayscale: #515151. Windows color (decimal): -10202347 or 1397604. OLE color: 1397604.

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

Color convert

RGB1008321-
CMYK00.170.790.61
HSL47.09º65.29%23.73%-
HSV(B)47.09º79%39.22%-
XYZ8.488.951.99-
YUV81.0294.13141.54-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 49.02%
GREEN value IS 83 (32.81% from 255) = 40.69%
BLUE value IS 21 (8.59% from 255) = 10.29%
R=49.02%
G=40.69%
B=10.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.79
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100832100.170.790.6147.0965.2923.73
Hex6453150114F3D2f4118
Octal14412325021117755710130
Binary11001001010011101010100011001111111101101111100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645315; }

 p { color: rgb(100,83,21); }

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

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

 a { background-color: rgb(100,83,21); }

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

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

 span { border-color: rgb(100,83,21); }

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