Html Css Color HEX #645421 Bronze Olive

📋 copy color: '#645421'

red 100 ◦ green 84 ◦ blue 33

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

Shades of Bronze Olive #645421

Tints of Bronze Olive #645421

RGB

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

 GREEN value IS 84 (33.2% from 255) = 38.71%

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

R = 46.08%
G = 38.71%
B = 15.21%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.67

 K value IS 0.61

RGB Variations

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

Color information

#645421 (or 0x645421) is known color: Bronze Olive. HEX triplet: 64, 54 and 21. RGB value is (100,84,33). Sum of RGB (Red+Green+Blue) = 100+84+33=217 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.08% from 217); Green value is 84 (33.20% from 255 or 38.71% from 217); Blue value is 33 (13.28% from 255 or 15.21% from 217); Max value from RGB is 100 - color contains mainly: red. Hex color #645421 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645421 is #9BABDE. Grayscale: #535353. Windows color (decimal): -10202079 or 2184292. OLE color: 2184292.

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

Color convert

RGB 100 84 33 -
CMYK 0 0.16 0.67 0.61
HSL 45.67º 0.5% 0.26% -
HSV(B) 45.67º 0.67% 0.39% -
XYZ 8.7 9.16 2.75 -
YUV 82.97 99.8 140.15 -
System Red Green Blue C M Y K H S L
Decimal 100 84 33 0 0.16 0.67 0.61 45.67 0.5 0.26
Hex 64 54 21 0 10 43 3D 2E 32 1A
Octal 144 124 41 0 20 103 75 56 62 32
Binary 1100100 1010100 100001 0 10000 1000011 111101 101110 110010 11010

Color Harmonies of #645421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645421

Black with #645421

Text Example


Text Example

White with #645421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645421; }

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

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

background-color css

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

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

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

border-color css

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

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

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