Html Css Color HEX #645221 Bronze Olive

📋 copy color: '#645221'

red 100 ◦ green 82 ◦ blue 33

#645221
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bronze Olive #645221

Tints of Bronze Olive #645221

RGB

 RED value IS 100 (39.45% from 255) = 46.51%

 GREEN value IS 82 (32.42% from 255) = 38.14%

 BLUE value IS 33 (13.28% from 255) = 15.35%

R = 46.51%
G = 38.14%
B = 15.35%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.67

 K value IS 0.61

RGB Variations

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

Color information

#645221 (or 0x645221) is known color: Bronze Olive. HEX triplet: 64, 52 and 21. RGB value is (100,82,33). Sum of RGB (Red+Green+Blue) = 100+82+33=215 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.51% from 215); Green value is 82 (32.42% from 255 or 38.14% from 215); Blue value is 33 (13.28% from 255 or 15.35% from 215); Max value from RGB is 100 - color contains mainly: red. Hex color #645221 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645221 is #9BADDE. Grayscale: #525252. Windows color (decimal): -10202591 or 2183780. OLE color: 2183780.

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

Color convert

RGB 100 82 33 -
CMYK 0 0.18 0.67 0.61
HSL 43.88º 0.5% 0.26% -
HSV(B) 43.88º 0.67% 0.39% -
XYZ 8.55 8.85 2.7 -
YUV 81.8 100.46 140.98 -
System Red Green Blue C M Y K H S L
Decimal 100 82 33 0 0.18 0.67 0.61 43.88 0.5 0.26
Hex 64 52 21 0 12 43 3D 2C 32 1A
Octal 144 122 41 0 22 103 75 54 62 32
Binary 1100100 1010010 100001 0 10010 1000011 111101 101100 110010 11010

Color Harmonies of #645221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645221

Black with #645221

Text Example


Text Example

White with #645221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645221; }

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

 H1.HeaderClassName
 {
   color: #645221;
 }
 .AnyTagClassName
 {
   color: #645221;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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