Html Css Color HEX #645220 Bronze Olive

📋 copy color: '#645220'

red 100 ◦ green 82 ◦ blue 32

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

Shades of Bronze Olive #645220

Tints of Bronze Olive #645220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 14.95%

R = 46.73%
G = 38.32%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.68

 K value IS 0.61

RGB Variations

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

Color information

#645220 (or 0x645220) is known color: Bronze Olive. HEX triplet: 64, 52 and 20. RGB value is (100,82,32). Sum of RGB (Red+Green+Blue) = 100+82+32=214 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.73% from 214); Green value is 82 (32.42% from 255 or 38.32% from 214); Blue value is 32 (12.89% from 255 or 14.95% from 214); Max value from RGB is 100 - color contains mainly: red. Hex color #645220 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645220 is #9BADDF. Grayscale: #515151. Windows color (decimal): -10202592 or 2118244. OLE color: 2118244.

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

Color convert

RGB 100 82 32 -
CMYK 0 0.18 0.68 0.61
HSL 44.12º 0.52% 0.26% -
HSV(B) 44.12º 0.68% 0.39% -
XYZ 8.53 8.85 2.62 -
YUV 81.68 99.96 141.07 -
System Red Green Blue C M Y K H S L
Decimal 100 82 32 0 0.18 0.68 0.61 44.12 0.52 0.26
Hex 64 52 20 0 12 44 3D 2C 34 1A
Octal 144 122 40 0 22 104 75 54 64 32
Binary 1100100 1010010 100000 0 10010 1000100 111101 101100 110100 11010

Color Harmonies of #645220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645220

Black with #645220

Text Example


Text Example

White with #645220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645220; }

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

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

background-color css

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

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

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

border-color css

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

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

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