#645423

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

Shades of Bronze Olive #645423

Tints of Bronze Olive #645423

Color information

#645423 (or 0x645423) is unknown color: approx Bronze Olive. HEX triplet: 64, 54 and 23. RGB value is (100,84,35). Sum of RGB (Red+Green+Blue) = 100+84+35=219 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.66% from 219); Green value is 84 (33.20% from 255 or 38.36% from 219); Blue value is 35 (14.06% from 255 or 15.98% from 219); Max value from RGB is 100 - color contains mainly: red. Hex color #645423 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645423 is #9BABDC. Grayscale: #535353. Windows color (decimal): -10202077 or 2315364. OLE color: 2315364.

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

Color convert

RGB1008435-
CMYK00.160.650.61
HSL45.23º48.15%26.47%-
HSV(B)45.23º65%39.22%-
XYZ8.739.172.9-
YUV83.2100.8139.98-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 45.66%
GREEN value IS 84 (33.20% from 255) = 38.36%
BLUE value IS 35 (14.06% from 255) = 15.98%
R=45.66%
G=38.36%
B=15.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.65
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100843500.160.650.6145.2348.1526.47
Hex645423010413D2d301a
Octal1441244302010175556032
Binary11001001010100100011010000100000111110110110111000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645423; }

 p { color: rgb(100,84,35); }

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

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

 a { background-color: rgb(100,84,35); }

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

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

 span { border-color: rgb(100,84,35); }

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