#645313

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

Shades of Bronze Olive #645313

Tints of Bronze Olive #645313

Color information

#645313 (or 0x645313) is unknown color: approx Bronze Olive. HEX triplet: 64, 53 and 13. RGB value is (100,83,19). Sum of RGB (Red+Green+Blue) = 100+83+19=202 (26% of max value = 765). Red value is 100 (39.45% from 255 or 49.50% from 202); Green value is 83 (32.81% from 255 or 41.09% from 202); Blue value is 19 (7.81% from 255 or 9.41% from 202); Max value from RGB is 100 - color contains mainly: red. Hex color #645313 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #645313 is #9BACEC. Grayscale: #515151. Windows color (decimal): -10202349 or 1266532. OLE color: 1266532.

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

Color convert

RGB1008319-
CMYK00.170.810.61
HSL47.41º68.07%23.33%-
HSV(B)47.41º81%39.22%-
XYZ8.478.941.9-
YUV80.7993.13141.7-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 49.50%
GREEN value IS 83 (32.81% from 255) = 41.09%
BLUE value IS 19 (7.81% from 255) = 9.41%
R=49.50%
G=41.09%
B=9.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.81
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100831900.170.810.6147.4168.0723.33
Hex645313011513D2f4417
Octal14412323021121755710427
Binary11001001010011100110100011010001111101101111100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645313; }

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

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

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

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

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

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

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

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