Html Css Color HEX #645211 Bronze Olive

📋 copy color: '#645211'

red 100 ◦ green 82 ◦ blue 17

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

Shades of Bronze Olive #645211

Tints of Bronze Olive #645211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 8.54%

R = 50.25%
G = 41.21%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.83

 K value IS 0.61

RGB Variations

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

Color information

#645211 (or 0x645211) is known color: Bronze Olive. HEX triplet: 64, 52 and 11. RGB value is (100,82,17). Sum of RGB (Red+Green+Blue) = 100+82+17=199 (26% of max value = 765). Red value is 100 (39.45% from 255 or 50.25% from 199); Green value is 82 (32.42% from 255 or 41.21% from 199); Blue value is 17 (7.03% from 255 or 8.54% from 199); Max value from RGB is 100 - color contains mainly: red. Hex color #645211 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #645211 is #9BADEE. Grayscale: #505050. Windows color (decimal): -10202607 or 1135204. OLE color: 1135204.

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

Color convert

RGB 100 82 17 -
CMYK 0 0.18 0.83 0.61
HSL 46.99º 0.71% 0.23% -
HSV(B) 46.99º 0.83% 0.39% -
XYZ 8.37 8.78 1.78 -
YUV 79.97 92.46 142.29 -
System Red Green Blue C M Y K H S L
Decimal 100 82 17 0 0.18 0.83 0.61 46.99 0.71 0.23
Hex 64 52 11 0 12 53 3D 2F 47 17
Octal 144 122 21 0 22 123 75 57 107 27
Binary 1100100 1010010 10001 0 10010 1010011 111101 101111 1000111 10111

Color Harmonies of #645211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645211

Black with #645211

Text Example


Text Example

White with #645211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645211; }

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

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

background-color css

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

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

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

border-color css

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

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

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