Html Css Color HEX #645516 Bronze Olive

📋 copy color: '#645516'

red 100 ◦ green 85 ◦ blue 22

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

Shades of Bronze Olive #645516

Tints of Bronze Olive #645516

RGB

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

 GREEN value IS 85 (33.59% from 255) = 41.06%

 BLUE value IS 22 (8.98% from 255) = 10.63%

R = 48.31%
G = 41.06%
B = 10.63%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.78

 K value IS 0.61

RGB Variations

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

Color information

#645516 (or 0x645516) is known color: Bronze Olive. HEX triplet: 64, 55 and 16. RGB value is (100,85,22). Sum of RGB (Red+Green+Blue) = 100+85+22=207 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.31% from 207); Green value is 85 (33.59% from 255 or 41.06% from 207); Blue value is 22 (8.98% from 255 or 10.63% from 207); Max value from RGB is 100 - color contains mainly: red. Hex color #645516 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #645516 is #9BAAE9. Grayscale: #525252. Windows color (decimal): -10201834 or 1463652. OLE color: 1463652.

HSL color Cylindrical-coordinate representation of color #645516: hue angle of 48.46º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #645516 is Cyan = 0, Magento = 0.15, Yellow = 0.78 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 85 22 -
CMYK 0 0.15 0.78 0.61
HSL 48.46º 0.64% 0.24% -
HSV(B) 48.46º 0.78% 0.39% -
XYZ 8.65 9.26 2.09 -
YUV 82.3 93.97 140.62 -
System Red Green Blue C M Y K H S L
Decimal 100 85 22 0 0.15 0.78 0.61 48.46 0.64 0.24
Hex 64 55 16 0 F 4E 3D 30 40 18
Octal 144 125 26 0 17 116 75 60 100 30
Binary 1100100 1010101 10110 0 1111 1001110 111101 110000 1000000 11000

Color Harmonies of #645516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645516

Black with #645516

Text Example


Text Example

White with #645516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645516; }

 p { color: rgb(100,85,22); }

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

background-color css

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

 a { background-color: rgb(100,85,22); }

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

border-color css

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

 span { border-color: rgb(100,85,22); }

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