#645223

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

Shades of Bronze Olive #645223

Tints of Bronze Olive #645223

Color information

#645223 (or 0x645223) is unknown color: approx Bronze Olive. HEX triplet: 64, 52 and 23. RGB value is (100,82,35). Sum of RGB (Red+Green+Blue) = 100+82+35=217 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.08% from 217); Green value is 82 (32.42% from 255 or 37.79% from 217); Blue value is 35 (14.06% from 255 or 16.13% from 217); Max value from RGB is 100 - color contains mainly: red. Hex color #645223 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645223 is #9BADDC. Grayscale: #525252. Windows color (decimal): -10202589 or 2314852. OLE color: 2314852.

HSL color Cylindrical-coordinate representation of color #645223: hue angle of 43.38º 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 #645223 is Cyan = 0, Magento = 0.18, Yellow = 0.65 and Black (K on CMYK) = 0.61.

Color convert

RGB1008235-
CMYK00.180.650.61
HSL43.38º48.15%26.47%-
HSV(B)43.38º65%39.22%-
XYZ8.588.872.85-
YUV82.02101.46140.82-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 46.08%
GREEN value IS 82 (32.42% from 255) = 37.79%
BLUE value IS 35 (14.06% from 255) = 16.13%
R=46.08%
G=37.79%
B=16.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.65
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100823500.180.650.6143.3848.1526.47
Hex645223012413D2b301a
Octal1441224302210175536032
Binary11001001010010100011010010100000111110110101111000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645223; }

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

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

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

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

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

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

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

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